loikein / hugo-tufte

Content centric Hugo blogging theme styled with Tufte-CSS
https://hugo-tufte.netlify.app
MIT License
64 stars 16 forks source link

Fix YouTube style #6

Closed loikein closed 1 year ago

loikein commented 1 year ago

Also I want to try the native CSS video ratio thing again (if it was not my hallucination).

Future me: you're welcome.

loikein commented 1 year ago

Found the new ratio thing: Embed responsive YouTube videos in 2021 - DEV Community

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

Seems # of browsers with support for @supports is smaller than support for aspect-ratio.

loikein commented 1 year ago

More info: aspect-ratio | CSS-Tricks - CSS-Tricks