Hacker News new | ask | show | jobs
by butz 2289 days ago
Ouch. When will web developers learn to use HTML5 video? Not only it weighs 10x smaller, but user can actually stop and replay more interesting parts, instead of waiting for another loop. They at least should use loading="lazy" attribute.
1 comments

Why don't browsers add playback controls for .gif animations as well? It's kind of hard to rewind a .gif because of its layering structure, but rewinding video is similarly hard due to B/P-frames
Because animated GIFs are horribly inefficient and their use should no longer be encouraged.

Should browsers add speed controls for the blink tag as well?