Iframe problem upload

hi,

i have a problem with a iframe that i use.
in the preview i see the iframe with the right content, but when i upload the site i don’t see my iframe, just the borders?
this is the first time that i have this problem with a iframe

this is the code:
<iframe width="360" height="360" border="0" style="border: 1; box-shadow: 0px 0px 0 #fff;" src="http://miniradio.be/player/"></iframe>

this is the site
http://www.miniradio.be

The site is secure so you need the iframe to be secure as well. This is what the browser console says. So in the embed change the http's in https's and it will work.

1 Like

yes thanks :ok_hand: