Template:YouTube thumbnail/styles.css

Revision as of 15:39, 16 October 2025 by Wikilah admin (talk | contribs) (Created page with ".yt-thumb .embedvideo, .yt-thumb .ev-container, .yt-thumb iframe { width: 100% !important; fill the 408px wrapper: max-width: none !important; don’t auto-shrink below the wrapper: height: auto; keep aspect ratio unless height is fixed: display: block; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.yt-thumb .embedvideo,
.yt-thumb .ev-container,
.yt-thumb iframe {
  width: 100% !important;     /* fill the 408px wrapper */
  max-width: none !important; /* don’t auto-shrink below the wrapper */
  height: auto;               /* keep aspect ratio unless height is fixed */
  display: block;
}