79273013

Date: 2024-12-11 19:55:10
Score: 1.5
Natty:
Report link

As of Dec 2024, video media queries work again on all major browsers.

<video>
    <source src="/small.mp4" media="(max-width: 600px)">
    <source src="/large.mp4">
</video>

ref: https://scottjehl.com/posts/using-responsive-video/

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: Felix Turner