mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-05 10:10:00 +03:00
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:
@@ -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 & Tools">
|
||||
<img src="/assets/showcase/apps-showcase.webp" alt="Showreel: 2022 Godot Apps & Tools">
|
||||
</a>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user