Posts

Post not yet marked as solved
6 Replies
I have the same Problem. I tried: using inline styles, css aspect-ratio + different with / height attributes On iOS 16 in Safari + Chrome you can see the video changing from object-fit: contain to object-fit: cover during page load. Does anyone have a fix?
Post not yet marked as solved
21 Replies
Same Problem here. Seems other People have the same Problem: https://stackoverflow.com/questions/69554317/safari-15-0-video-element-position-fixed-not-working-on-page-load https://stackoverflow.com/questions/69264516/safari-ios-15-video-issue The only fixes i found so far: add Position fixed via JS after Page load reassign the src of the video tag via JS after Page load Both solutions feel very dirty/hacky. Any News? Apple that can't be. All other modern Browsers don't have that problem...