spin with a zoomable still frame

Q&A about the latest versions
Post Reply
BrownewellPhoto
Posts: 46
Joined: Wed Nov 17, 2010 3:00 pm
Location: Elkhart, IN, USA
Contact:

I need a way to combine a zooming spin with a single still image that is also zoomable. I'm using HTML5

So far, I'm using states to accomplish this but it roughly doubles the size of the image folder (state 0=spin, sate 1=still image repeated 24 times to allow for zooming). I know there used to be a way to use the previous image which I don't recall adding any extra size. Is there are better way to accomplish what I want to do?
Pat Brownewell
Brownewell Photography
http://www.360ProductPhotographer.com
User avatar
Hopki
Gnome
Posts: 13026
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Pat,
Make a single image Object2VR project, 1 column.
Add zoom and skin etc, etc, this will be your zoomable image.
Set your window size to the size of the pop out window, say 400 x 300px. Publish out and rename folder to say pop_out.

Add the folder to the Output Folder of the 360 Object.
In the 360 object skin add a text box and use iframe code to display the single image object.

Code: Select all

<iframe width="400" height="300" src="pop_out/popout.html" frameborder="0"></iframe>
Popout.html is the html page found in the pop_out folder.
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/
BrownewellPhoto
Posts: 46
Joined: Wed Nov 17, 2010 3:00 pm
Location: Elkhart, IN, USA
Contact:

Thanks!
Pat Brownewell
Brownewell Photography
http://www.360ProductPhotographer.com
User avatar
Hopki
Gnome
Posts: 13026
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
Just to add a note to this topic.
This can be used in both Object2VR and Pano2VR and the still image can be a very large as you can use HTML5 multi resolution.
8)
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