Posts tagged with “video“ (4)

  1. Revisiting best practices for the video HTML element

    The video HTML element is slowly falling in line with the img and picture elements. Should we rethink our best practices for video?

  2. Responsive video - How can we reduce the size of video content served?

    How can we reduce the size of video content served? How do you load the best fit video for a device - not too big, not too small?

  3. YouTube embeds are bloated - use a lazy loading video or a facade instead

    The average YouTube embed clocks in at over 1MB, and that does not involve loading a single byte of the video. Is there a better way?

  4. Native lazy-loading - Why doesn’t the video element have it?

    We have the ability to lazy load images and iframes in browsers now via the loading attribute. This is a huge boon for web performance. But why not videos too?