From 2142173051a781fd30eafb7e0627a73a2cf58c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Wed, 9 Apr 2025 16:35:53 +0400 Subject: [PATCH] fix thumbnail suggested video --- css/video-page.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/video-page.css b/css/video-page.css index c1017ab..73e2399 100644 --- a/css/video-page.css +++ b/css/video-page.css @@ -781,12 +781,14 @@ } .suggested-video { - grid-template-columns: 120px 1fr; + display: flex; + flex-direction: column; } .suggested-video-thumbnail { - width: 120px; - height: 67px; + width: 100%; + height: auto; + padding-top: 56.25%; /* Maintien du ratio 16:9 */ } .suggested-video-title {