Skip to content

Commit

Permalink
Add the "true" value to the allowfullscreen attribute
Browse files Browse the repository at this point in the history
to make localized sites parser happy and not complain about bad xml attributes
  • Loading branch information
marko-bekhta committed Nov 4, 2024
1 parent 32ffaa2 commit 3ef0cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h3>Imperative and reactive code</h3>
<h2>The inspiration behind Quarkus...</h2>
</div>
<div class="width-6-12 width-12-12-m video-container">
<iframe src="https://www.youtube.com/embed/SQDR34KoC-8" title="Quarkus why, how and what by Emmanuel Bernard" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/SQDR34KoC-8" title="Quarkus why, how and what by Emmanuel Bernard" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen="true"></iframe>
</div>
<div class="width-6-12 width-12-12-m">
<p>For more about the why, how and what of Quarkus, check out the Devoxx Belgium presentation where Quarkus 1.0 was released in November 2019.</p>
Expand Down

0 comments on commit 3ef0cab

Please sign in to comment.