-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP iframe not returning #1
Comments
Hi Zhazelton Thank you for your interest. Good luck! |
Thanks, how do you make the AR object (iframe) bigger? I'm having trouble deciphering this code lol |
Search for the function iFrame3DActions(). Within this function you can adjust various parameters of the frame: including its size, rotation, and position, which are based on the Three.js 3D-box (somewhat mirrored). |
Thanks, one more question, how do I zoom out the iframe? I have made it larger due to your reccomendation above, but I need to zoom out to display more content. |
Hi Zhazelton I advice you to experiment within the iFrame3DActions() function. Good luck! Kind regards |
Hi Zhazelton did you find what you were looking for? By adjusting the scale inside the function you get the requested outcome. Good luck on your project! |
When requesting http://XXX.XXX.XXX.XXX/iframe?http://anywebsite.com
It either returns the default iframe or a blank iframe.
Calling the same website using https returns correctly.
Any ideas on how to allow for http?
The text was updated successfully, but these errors were encountered: