formunkey Posted August 5, 2020 Share Posted August 5, 2020 (edited) Site URL: https://thaa.co.uk/vr-gallery Hi I'm trying to add a virtual tour to my site (page link VR Gallery). The virtual tour is hosted by a third party server. I'm trying to use an iframe to link to it. When I'm in edit mode the iframe works, it loads the virtual tour and I can interact with it. This is the code I'm using <iframe width="1200" height="800" src="http://vrpropertyuk.com/VRTour_THAA VRTEST/index.htm" scrolling="no" frameborder="0" style="border:none;overflow:hidden;"></iframe> Any help is much appreciated. Edit: Fixed this issue, just changed http to https Edited August 5, 2020 by formunkey resolved issue Link to comment
tuanphan Posted August 5, 2020 Share Posted August 5, 2020 Try this <iframe width="1200" height="800" src="https://vrpropertyuk.com/VRTour_THAA VRTEST/index.htm" scrolling="no" frameborder="0" style="border:none;overflow:hidden;"></iframe> <style> @media screen and (max-width:767px) { iframe {width:100%;} } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment