-
+
+
+
{title}
@@ -53,12 +55,13 @@ const { title, description } =
img {
max-height: 60vh;
max-width: 100%;
+ height: auto;
width: auto;
- object-fit: contain;
}
h1 {
max-width: 35em;
+ overflow-wrap: anywhere;
}
& > div {
diff --git a/src/pages/[locale]/videos/[id].astro b/src/pages/[locale]/videos/[id].astro
index aac70e0..a9a37af 100644
--- a/src/pages/[locale]/videos/[id].astro
+++ b/src/pages/[locale]/videos/[id].astro
@@ -51,8 +51,8 @@ const { title, description } = getLocalizedMatch(translations);
> :global(video) {
max-height: 60vh;
max-width: 100%;
+ height: auto;
width: auto;
- object-fit: contain;
}
h1 {