Skip to content

Commit

Permalink
Merge pull request #1992 from ynojima/patch-9
Browse files Browse the repository at this point in the history
Rewrite allowfullscreen attribute xhtml valid
  • Loading branch information
gsmet authored May 30, 2024
2 parents 1042f3f + b630b3e commit 5d0475b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/homepage-video-band.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="full-width-bg component homepage-content-band video-band">
<div class="grid-wrapper">
<div class="width-6-12 width-12-12-m video-container">
<iframe src="https://www.youtube.com/embed/hhHgurtI674" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/hhHgurtI674" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen="allowfullscreen"></iframe>
</div>
<div class="width-6-12 width-12-12-m">
<h2>Supersonic, Subatomic Java.</h2>
Expand Down

0 comments on commit 5d0475b

Please sign in to comment.