Iframe not displaying content
- by a coder
This snippet was gathered from a random youtube video:
<iframe class="youtube-player" src="http://www.youtube.com/embed/http://www.youtube.com/v/gnrvYsZWR1c?rel=0" title="YouTube video player" type="text/html" frameborder="0" height="390" width="480"></iframe>
Again, a little easier to read:
<iframe
class="youtube-player"
src="http://www.youtube.com/embed/http://www.youtube.com/v/gnrvYsZWR1c?rel=0"
title="YouTube video player"
type="text/html"
frameborder="0"
height="390"
width="480"
></iframe>
It is not displaying the embedded youtube in Firefox 15.0.1 on Windows or Linux. Is there a problem with how this snippet is constructed, or is Firefox simply not displaying iframe content?