Replace optimized image formats: remove outdated formats and add optimized.avif

This commit is contained in:
2025-09-08 14:14:36 +02:00
parent edba0ce60c
commit c01751e0a7
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 585 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -4,7 +4,7 @@
<div class="w-full mt-16 md:hidden"></div> <div class="w-full mt-16 md:hidden"></div>
<div class="relative inline-block w-full min-w-full"> <div class="relative inline-block w-full min-w-full">
<img <img
src="/static/images/optimized-75.webp" src="/static/images/optimized.avif"
alt="Background" alt="Background"
class="hidden object-cover w-full max-h-full pointer-events-none md:block" class="hidden object-cover w-full max-h-full pointer-events-none md:block"
/> />