Skip to content

Commit 3ef0cab

Browse files
committed
Add the "true" value to the allowfullscreen attribute
to make localized sites parser happy and not complain about bad xml attributes
1 parent 32ffaa2 commit 3ef0cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3>Imperative and reactive code</h3>
3939
<h2>The inspiration behind Quarkus...</h2>
4040
</div>
4141
<div class="width-6-12 width-12-12-m video-container">
42-
<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>
42+
<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>
4343
</div>
4444
<div class="width-6-12 width-12-12-m">
4545
<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>

0 commit comments

Comments
 (0)