aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/batteur/bb.webpbin285186 -> 51536 bytes
-rw-r--r--public/batteur/old3.webpbin449162 -> 75054 bytes
-rw-r--r--public/batteur/solo.webpbin178574 -> 38622 bytes
-rw-r--r--public/ref/bb1.webpbin108116 -> 42974 bytes
-rw-r--r--public/ref/bb2.webpbin70720 -> 34836 bytes
-rw-r--r--public/ref/divine_acajou.webpbin129834 -> 16878 bytes
-rw-r--r--public/ref/if_de_minuit.webpbin150730 -> 56594 bytes
-rw-r--r--public/ref/mediawan.webpbin186762 -> 26196 bytes
-rw-r--r--public/ref/nouvelle_samaritaine.webpbin211774 -> 65798 bytes
-rw-r--r--public/ref/sir_adrien.webpbin758580 -> 65156 bytes
-rw-r--r--public/ref/ulicoys.webpbin183776 -> 60068 bytes
-rw-r--r--public/ref/violet_dreams.webpbin467796 -> 127616 bytes
-rw-r--r--src/component/VideoAuto.astro1
13 files changed, 0 insertions, 1 deletions
diff --git a/public/batteur/bb.webp b/public/batteur/bb.webp
index b4854e2..e94d21a 100644
--- a/public/batteur/bb.webp
+++ b/public/batteur/bb.webp
Binary files differ
diff --git a/public/batteur/old3.webp b/public/batteur/old3.webp
index bc8e2ab..4c9467b 100644
--- a/public/batteur/old3.webp
+++ b/public/batteur/old3.webp
Binary files differ
diff --git a/public/batteur/solo.webp b/public/batteur/solo.webp
index 8064b80..4ec120c 100644
--- a/public/batteur/solo.webp
+++ b/public/batteur/solo.webp
Binary files differ
diff --git a/public/ref/bb1.webp b/public/ref/bb1.webp
index aa843ed..7c7f3e3 100644
--- a/public/ref/bb1.webp
+++ b/public/ref/bb1.webp
Binary files differ
diff --git a/public/ref/bb2.webp b/public/ref/bb2.webp
index fb3afc9..56b4544 100644
--- a/public/ref/bb2.webp
+++ b/public/ref/bb2.webp
Binary files differ
diff --git a/public/ref/divine_acajou.webp b/public/ref/divine_acajou.webp
index b07fa78..ec8a890 100644
--- a/public/ref/divine_acajou.webp
+++ b/public/ref/divine_acajou.webp
Binary files differ
diff --git a/public/ref/if_de_minuit.webp b/public/ref/if_de_minuit.webp
index bbe00a0..7e00d7c 100644
--- a/public/ref/if_de_minuit.webp
+++ b/public/ref/if_de_minuit.webp
Binary files differ
diff --git a/public/ref/mediawan.webp b/public/ref/mediawan.webp
index ac77ec4..9e9d3f8 100644
--- a/public/ref/mediawan.webp
+++ b/public/ref/mediawan.webp
Binary files differ
diff --git a/public/ref/nouvelle_samaritaine.webp b/public/ref/nouvelle_samaritaine.webp
index 30b7d27..595310e 100644
--- a/public/ref/nouvelle_samaritaine.webp
+++ b/public/ref/nouvelle_samaritaine.webp
Binary files differ
diff --git a/public/ref/sir_adrien.webp b/public/ref/sir_adrien.webp
index 53c4e2c..915e49b 100644
--- a/public/ref/sir_adrien.webp
+++ b/public/ref/sir_adrien.webp
Binary files differ
diff --git a/public/ref/ulicoys.webp b/public/ref/ulicoys.webp
index 4d4a4cc..e661793 100644
--- a/public/ref/ulicoys.webp
+++ b/public/ref/ulicoys.webp
Binary files differ
diff --git a/public/ref/violet_dreams.webp b/public/ref/violet_dreams.webp
index e90b466..a3c9743 100644
--- a/public/ref/violet_dreams.webp
+++ b/public/ref/violet_dreams.webp
Binary files differ
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);
});