Hi there,
This code was working ok, on my network but it stop to function. If I get some help would be nice. I will show the code, where I got, and where it is.
Code:
<iframe src="http://camerasim.com/embed/camera-simulator/" frameborder="0" width="738" height="758" allowfullscreen></iframe>
Where I got it:
https://camerasim.com/camerasim-free-web-app/
On my website:
http://gplay.com.br/aprenda-fotografar
On my network it stay all black. But it was fine before.
It works on everywere else. Can any one help me out?
Thanks
Replies
Hi there!
As I see the embedding for this site has been blocked for some reason, I'll try to find out with tech team why it's so, unfortunately, I'm not sure how fast they will be able to reply on my question.
Best regards,
Ning Team.
Hi there!
We have checked the teh settings on our end and cannot see anything that could affect the work of this frame. As the iframe you have sent is using flash for its work please try to allow the flash on the page you have embedded the iframe to and it could help to make it work. Also, it's possible that the guys who have provided that iframe to you have some issues on their end so it's also might be useful to contact them as well.
Best regards,
Ning Team.
Hi there!
One addition that we have found during the investigation of your issues.
It has appeared that the site is blocking itself from been embedded (according to the console error message ALLOW-FROM http://camerasim.com/' is not a recognized directive). So please contact the providers of this tool to see if they are having any issues right now.
Best regards,
Ning team.
try this.... add the CSS to design studio
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
Then add this to the HTML module on page..
<div class='embed-container'><iframe src='https://camerasim.com/' style='border:0'></iframe></div>
did that work?