Web Vitals patterns: Video を試す

1. このページの目的

Web Vitals patterns の Video を試す。

2. デモ

引用元:Video

3. ソースコード

HTML

<video controls width="960" height="540" poster="flower-960-poster.png">
    <source src="flower-960.mp4" type="video/mp4">
</video>

CSS

video {
  max-width: 100%;
  height: auto;
}

4. メモ

5. 参考