Skip to content

Commit 5cb58c6

Browse files
committed
Tweak the size of the YouTube <iframe>
This matches the videoWidth/videoHeight of the video element after loading, and means bigger video with no black borders.
1 parent abfa305 commit 5cb58c6

File tree

1 file changed

+1
-1
lines changed
  • whatwg.org/demos/2008-sept

1 file changed

+1
-1
lines changed

whatwg.org/demos/2008-sept/index

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<li><a href="/mailing-list">Mailing List</a></li>
2121
</ul>
2222
<h2>HTML 5 demos from September 2008</h2>
23-
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/xIxDJof7xxQ" frameborder="0" allowfullscreen></iframe></p>
23+
<p><iframe width="480" height="360" src="https://www.youtube.com/embed/xIxDJof7xxQ" frameborder="0" allowfullscreen></iframe></p>
2424
<p>The demos and segments of this talk are:</p>
2525
<ol>
2626
<li> <a href="video/video.html"><code>&lt;video></code></a> (00:35)

0 commit comments

Comments
 (0)