Youtube Embed Iframe Not Showing In Safari
The link is http://thecodeclub.org/ and there is a YouTube video. Works fine in Chrome but the iframe remains blank in Safari? Has anyone else encountered this or have a fix? <
Solution 1:
In the end it was the https that was causing the issue. Changed it to http as below and it worked fine.
<iframe width="560" height="315" src="http://www.youtube.com/embed/KX5PdVd1-OU" frameborder="0" allowfullscreen></iframe>
Post a Comment for "Youtube Embed Iframe Not Showing In Safari"