4 comments

[ 10.0 ms ] story [ 53.1 ms ] thread
Video doesn't seem to be rendering, has 0:00 and 0:00 as start and end times
Video codec is avc1. I think in Safari on iOS this codec is not available on iPhones older than iPhone 15 Pro.
16 Pro here. Also doesn’t work
> Fiddling with out-of-band swaps to solve this feels error prone and overly hard to maintain.

This is almost always because of using a string-based templating system. If you use a language-embedded HTML generation library, it represents HTML fragments as first-class values in your language, and you can compose them together in flexible ways. This makes out-of-band swaps very simple.