diff options
| author | William Hergès <william@herges.fr> | 2025-08-11 14:36:44 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-11 14:36:44 +0200 |
| commit | e731f570cbf84dabbe156a15fe4eedea69674db5 (patch) | |
| tree | 5abb402efa78bc3c4086c26051998fe8c2c79b41 | |
| parent | e8a3e86272f3da820a23c53da13da93ddbb37475 (diff) | |
perf(images): compress again huge images
| -rw-r--r-- | public/batteur/bb.webp | bin | 285186 -> 51536 bytes | |||
| -rw-r--r-- | public/batteur/old3.webp | bin | 449162 -> 75054 bytes | |||
| -rw-r--r-- | public/batteur/solo.webp | bin | 178574 -> 38622 bytes | |||
| -rw-r--r-- | public/ref/bb1.webp | bin | 108116 -> 42974 bytes | |||
| -rw-r--r-- | public/ref/bb2.webp | bin | 70720 -> 34836 bytes | |||
| -rw-r--r-- | public/ref/divine_acajou.webp | bin | 129834 -> 16878 bytes | |||
| -rw-r--r-- | public/ref/if_de_minuit.webp | bin | 150730 -> 56594 bytes | |||
| -rw-r--r-- | public/ref/mediawan.webp | bin | 186762 -> 26196 bytes | |||
| -rw-r--r-- | public/ref/nouvelle_samaritaine.webp | bin | 211774 -> 65798 bytes | |||
| -rw-r--r-- | public/ref/sir_adrien.webp | bin | 758580 -> 65156 bytes | |||
| -rw-r--r-- | public/ref/ulicoys.webp | bin | 183776 -> 60068 bytes | |||
| -rw-r--r-- | public/ref/violet_dreams.webp | bin | 467796 -> 127616 bytes | |||
| -rw-r--r-- | src/component/VideoAuto.astro | 1 |
13 files changed, 0 insertions, 1 deletions
diff --git a/public/batteur/bb.webp b/public/batteur/bb.webp Binary files differindex b4854e2..e94d21a 100644 --- a/public/batteur/bb.webp +++ b/public/batteur/bb.webp diff --git a/public/batteur/old3.webp b/public/batteur/old3.webp Binary files differindex bc8e2ab..4c9467b 100644 --- a/public/batteur/old3.webp +++ b/public/batteur/old3.webp diff --git a/public/batteur/solo.webp b/public/batteur/solo.webp Binary files differindex 8064b80..4ec120c 100644 --- a/public/batteur/solo.webp +++ b/public/batteur/solo.webp diff --git a/public/ref/bb1.webp b/public/ref/bb1.webp Binary files differindex aa843ed..7c7f3e3 100644 --- a/public/ref/bb1.webp +++ b/public/ref/bb1.webp diff --git a/public/ref/bb2.webp b/public/ref/bb2.webp Binary files differindex fb3afc9..56b4544 100644 --- a/public/ref/bb2.webp +++ b/public/ref/bb2.webp diff --git a/public/ref/divine_acajou.webp b/public/ref/divine_acajou.webp Binary files differindex b07fa78..ec8a890 100644 --- a/public/ref/divine_acajou.webp +++ b/public/ref/divine_acajou.webp diff --git a/public/ref/if_de_minuit.webp b/public/ref/if_de_minuit.webp Binary files differindex bbe00a0..7e00d7c 100644 --- a/public/ref/if_de_minuit.webp +++ b/public/ref/if_de_minuit.webp diff --git a/public/ref/mediawan.webp b/public/ref/mediawan.webp Binary files differindex ac77ec4..9e9d3f8 100644 --- a/public/ref/mediawan.webp +++ b/public/ref/mediawan.webp diff --git a/public/ref/nouvelle_samaritaine.webp b/public/ref/nouvelle_samaritaine.webp Binary files differindex 30b7d27..595310e 100644 --- a/public/ref/nouvelle_samaritaine.webp +++ b/public/ref/nouvelle_samaritaine.webp diff --git a/public/ref/sir_adrien.webp b/public/ref/sir_adrien.webp Binary files differindex 53c4e2c..915e49b 100644 --- a/public/ref/sir_adrien.webp +++ b/public/ref/sir_adrien.webp diff --git a/public/ref/ulicoys.webp b/public/ref/ulicoys.webp Binary files differindex 4d4a4cc..e661793 100644 --- a/public/ref/ulicoys.webp +++ b/public/ref/ulicoys.webp diff --git a/public/ref/violet_dreams.webp b/public/ref/violet_dreams.webp Binary files differindex e90b466..a3c9743 100644 --- a/public/ref/violet_dreams.webp +++ b/public/ref/violet_dreams.webp diff --git a/src/component/VideoAuto.astro b/src/component/VideoAuto.astro index bcf23a3..abb9c68 100644 --- a/src/component/VideoAuto.astro +++ b/src/component/VideoAuto.astro @@ -20,7 +20,6 @@ const { src, thumb } = Astro.props; const source = document.createElement("source"); source.src = img.getAttribute("data-video"); video.appendChild(source); - console.log(img); parent.insertBefore(video, img); parent.removeChild(img); }); |
