HTML5 output --> Image Scaling

Q&A about the latest versions
Post Reply
ossosso
Posts: 13
Joined: Wed Feb 03, 2010 1:40 pm

Hi!

I've used object2vr to create a simple image navigation (4 columns, 1 row, 2 states).
All works great, and I thank you for this useful tool, but I've a little problem regarding the Scaling of the image:

-I'd like the final image output will be scaling accordly with the browser window. If I export in flash for example the "Image Scaling" parameter does exactly that, if I want I can fit the image to the browser window, but using the html5 (that's what I need like output), I can't; tried to switch between "min, max, horizontal, vertical, none" with no success.

It's possible to solve in some way?

Thanks a lot!
User avatar
Hopki
Gnome
Posts: 13021
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

HI,
Are you using the fullscreen option in the HTML tab?
Also what you can try is remove the meta data in the HTML page that fixes the scale, remove.

Code: Select all

<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Post Reply