From what I can tell, it looks like Chrome thinks the video.muted attribute is set to false and so autoplay is not allowed. I currently adding my own workaround by collecting the videos from the DOM tree and setting video.muted to true and invoking the play function. It’s challenging because the only videos on the DOM tree are the ones in the vh.
It’s weird because the video html element renders “muted” correctly. Maybe has something to do with how the JS builds the page?