by dangayle on 2/14/22, 7:21 PM with 1 comments
A webm video requires more changes to templates and partials and redoing a lot of work, but is [apparently much faster](https://corydowdy.com/blog/apng-vs-webp-vs-gif).
I've read that the underlying tech for these is the same thing, so if I wanted to do a replacement gifs, which one should I choose?
by kevincox on 2/15/22, 1:02 PM
I get that you need to change <img> to <video> but that seems like a reasonable thing to do when you are serving video. In exchange you get better mutli-format negotiation, access to controls and seeking if desired, smarter incremental loading...