Video Thumbnail

Use when applies to all `<video>` elements in HTML. The `poster` attribute specifies the URL of an image to show as a placeholder before the video is loaded or played. This is distinct from captions or audio descriptions, which are accessibility requirements. The poster is primarily a UX and performance enhancement, though the lack of a poster can indirectly create a CLS (Cumulative Layout Shift) issue if video dimensions are not declared.

thedaviddias 826c465 2 files · 6.8 KB Updated

File contents

thedaviddias/front-end-checklist/tree/main/skills/video-thumbnail commit 826c4651e9

Frequently asked questions

npx skillmds@latest add thedaviddias/video-thumbnail