Fullscreen Image Viewer

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
User avatar
Tony
Posts: 1341
Joined: Mon Feb 15, 2010 6:54 am
Location: Adelaide, South Australia
Contact:

Hi,

I've just finished a two-part tutorial on creating a Fullscreen Image Viewer using Pano2VR.

Part 1: https://tonyredhead.com/pano2vr/p2vr-fu ... -viewer-p1

Part 2: https://tonyredhead.com/pano2vr/p2vr-fu ... -viewer-p2

Finished Project: https://s3-ap-southeast-2.amazonaws.com ... index.html

Image

A big thanks to Jaroslav Pindora (Pano2VR Group Facebook) for suggesting an alternative solution to using an external application and this project is built entirely within Pano2VR.

This software and it's options to create unique content never ceases to amaze me.

The tutorial has a download with sample images, both equirectangular and flat as well as a skin component for the zoom pan controls.

Any comments and feedback on the tutorial are welcomed.

cheers,

Tony
Tony Redhead | Panoramic Photographer | mobile: +61438501002 | website: https://tonyredhead.com - https://redsquare.com | Pano2VR Tutorials: https://tonyredhead.com/pano2vr | instagram: https://www.instagram.com/tonyredhead/
User avatar
ArkiTonio
Posts: 96
Joined: Mon Apr 20, 2015 10:32 am
Location: Ascoli Piceno, Italy

Very good job, Tony.
:D
Thank you
ArkiTonio
User avatar
Hopki
Gnome
Posts: 13004
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Guys,
Too get the fullscreen button working in the image popup the iframe needs:

Code: Select all

allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"
Cheers,
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/
User avatar
Tony
Posts: 1341
Joined: Mon Feb 15, 2010 6:54 am
Location: Adelaide, South Australia
Contact:

Hi Hopki,
Hopki wrote: Mon Jul 09, 2018 4:03 pm Too get the fullscreen button working in the image popup the iframe needs:

Code: Select all

allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"
Thanks for the heads up on that. I had the correct code in all of the sample files tour files but forgot to add it to the iframe code in the tutorial. All fixed.

cheers,

Tony
Tony Redhead | Panoramic Photographer | mobile: +61438501002 | website: https://tonyredhead.com - https://redsquare.com | Pano2VR Tutorials: https://tonyredhead.com/pano2vr | instagram: https://www.instagram.com/tonyredhead/
Post Reply