From afd427208abfbb374f43cf3b33f39e17920c822d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 10 Aug 2025 15:35:11 +0200 Subject: perf(image): resize huge images --- public/batteur/recent.webp | Bin 1720830 -> 58226 bytes public/home.webp | Bin 0 -> 209288 bytes public/ref/bb1.webp | Bin 4056688 -> 108116 bytes public/ref/bb2.webp | Bin 3456692 -> 70720 bytes public/ref/green_warrior.webp | Bin 1237160 -> 46560 bytes public/ref/if_de_minuit.webp | Bin 1304912 -> 150730 bytes public/ref/superchild.webp | Bin 1444726 -> 65456 bytes public/ref/ulicoys.webp | Bin 6046662 -> 183776 bytes public/ref/violet_dreams.webp | Bin 6232768 -> 467796 bytes src/scss/style.scss | 4 ++-- 10 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 public/home.webp diff --git a/public/batteur/recent.webp b/public/batteur/recent.webp index 4601267..53587fd 100644 Binary files a/public/batteur/recent.webp and b/public/batteur/recent.webp differ diff --git a/public/home.webp b/public/home.webp new file mode 100644 index 0000000..54b68a5 Binary files /dev/null and b/public/home.webp differ diff --git a/public/ref/bb1.webp b/public/ref/bb1.webp index 3063139..aa843ed 100644 Binary files a/public/ref/bb1.webp and b/public/ref/bb1.webp differ diff --git a/public/ref/bb2.webp b/public/ref/bb2.webp index 34fe5c7..fb3afc9 100644 Binary files a/public/ref/bb2.webp and b/public/ref/bb2.webp differ diff --git a/public/ref/green_warrior.webp b/public/ref/green_warrior.webp index 5b0bb22..9a921ab 100644 Binary files a/public/ref/green_warrior.webp and b/public/ref/green_warrior.webp differ diff --git a/public/ref/if_de_minuit.webp b/public/ref/if_de_minuit.webp index 428702a..bbe00a0 100644 Binary files a/public/ref/if_de_minuit.webp and b/public/ref/if_de_minuit.webp differ diff --git a/public/ref/superchild.webp b/public/ref/superchild.webp index 12820d0..82f9b6d 100644 Binary files a/public/ref/superchild.webp and b/public/ref/superchild.webp differ diff --git a/public/ref/ulicoys.webp b/public/ref/ulicoys.webp index 205ad40..4d4a4cc 100644 Binary files a/public/ref/ulicoys.webp and b/public/ref/ulicoys.webp differ diff --git a/public/ref/violet_dreams.webp b/public/ref/violet_dreams.webp index 8186c6d..e90b466 100644 Binary files a/public/ref/violet_dreams.webp and b/public/ref/violet_dreams.webp differ diff --git a/src/scss/style.scss b/src/scss/style.scss index d23e104..b125019 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -85,7 +85,7 @@ header { box-sizing: border-box; padding: 2.5% 5%; color: $text; - background-image: url("/home.jpg"); + background-image: url("/home.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; @@ -190,7 +190,7 @@ section[data-scroll] .content { } .producteur { - background-image: url("/home.jpg"); + background-image: url("/home.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; -- cgit v1.2.3