Convert images to webp (#803)

* Convert images

* Update image paths

* Convert more assets

* Fix author image paths

* Fix image paths
This commit is contained in:
Michael
2024-02-15 12:37:54 -03:00
committed by GitHub
parent 6f4ba08d13
commit 8c9116fa82
363 changed files with 187 additions and 187 deletions

View File

@@ -12,7 +12,7 @@
<article>
<div class="showreel-video">
<a href="https://www.youtube.com/watch?v=UAS_pUTFA7o" target="_blank">
<img src="/assets/showcase/desktop-showcase.jpg" alt="Showreel: 2022 Godot Desktop Games">
<img src="/assets/showcase/desktop-showcase.webp" alt="Showreel: 2022 Godot Desktop Games">
</a>
</div>
</article>
@@ -20,7 +20,7 @@
<article>
<div class="showreel-video">
<a href="https://www.youtube.com/watch?v=xF3QiQfQxeQ" target="_blank">
<img src="/assets/showcase/mobile-showcase.jpg" alt="Showreel: 2022 Godot Mobile Games">
<img src="/assets/showcase/mobile-showcase.webp" alt="Showreel: 2022 Godot Mobile Games">
</a>
</div>
</article>
@@ -28,7 +28,7 @@
<article>
<div class="showreel-video">
<a href="https://www.youtube.com/watch?v=9kKp0oguzr8" target="_blank">
<img src="/assets/showcase/apps-showcase.jpg" alt="Showreel: 2022 Godot Apps &amp; Tools">
<img src="/assets/showcase/apps-showcase.webp" alt="Showreel: 2022 Godot Apps &amp; Tools">
</a>
</div>
</article>