Skip to content

Commit f9100c8

Browse files
committed
increase YouTube lightbox width and height
1 parent 8b2d3ae commit f9100c8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_includes/showreel-shelf.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
<section class="flex grid" style="grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))">
1212
<article>
1313
<div class="showreel-video">
14-
<a href="https://www.youtube.com/watch?v=n1Lon_Q2T18" class="lightbox" data-type="youtube" data-id="n1Lon_Q2T18" data-group="youtube">
14+
<a href="https://www.youtube.com/watch?v=n1Lon_Q2T18" class="lightbox" data-type="youtube" data-id="n1Lon_Q2T18" data-group="youtube" data-width="1120px" data-height="630px">
1515
<img src="/assets/showcase/showreels/2024.webp" alt="Showreel: 2024 Godot Games">
1616
</a>
1717
</div>
1818
</article>
1919

2020
<article>
2121
<div class="showreel-video">
22-
<a href="https://www.youtube.com/watch?v=W1_zKxYEP6Q" class="lightbox" data-type="youtube" data-id="W1_zKxYEP6Q" data-group="youtube">
22+
<a href="https://www.youtube.com/watch?v=W1_zKxYEP6Q" class="lightbox" data-type="youtube" data-id="W1_zKxYEP6Q" data-group="youtube" data-width="1120px" data-height="630px">
2323
<img src="/assets/showcase/showreels/2023-all.webp" alt="Showreel: 2023 Godot Games">
2424
</a>
2525
</div>
2626
</article>
2727

2828
<article>
2929
<div class="showreel-video">
30-
<a href="https://www.youtube.com/watch?v=UAS_pUTFA7o" class="lightbox" data-type="youtube" data-id="UAS_pUTFA7o" data-group="youtube">
30+
<a href="https://www.youtube.com/watch?v=UAS_pUTFA7o" class="lightbox" data-type="youtube" data-id="UAS_pUTFA7o" data-group="youtube" data-width="1120px" data-height="630px">
3131
<img src="/assets/showcase/showreels/2022-desktop.webp" alt="Showreel: 2022 Godot Desktop Games">
3232
</a>
3333
</div>
3434
</article>
3535

3636
<article>
3737
<div class="showreel-video">
38-
<a href="https://www.youtube.com/watch?v=xF3QiQfQxeQ" class="lightbox" data-type="youtube" data-id="xF3QiQfQxeQ" data-group="youtube">
38+
<a href="https://www.youtube.com/watch?v=xF3QiQfQxeQ" class="lightbox" data-type="youtube" data-id="xF3QiQfQxeQ" data-group="youtube" data-width="1120px" data-height="630px">
3939
<img src="/assets/showcase/showreels/2022-mobile.webp" alt="Showreel: 2022 Godot Mobile Games">
4040
</a>
4141
</div>

0 commit comments

Comments
 (0)