Post

Replies

Boosts

Views

Activity

Reply to BUG Report: 15.5 Video object-fit:fill Does not work anymore on load
Hello I have the same problem on iPhone XR and iPhone 14 Pro on both Chrome and Safari Can't upload photos or iPhone screen captures (:/) but it's essentially the same behaviour as @jmsv's post const playerStyles: (loaded: boolean) => CSSProperties = (loaded) => ({ position: 'absolute', backgroundColor: 'bck.900', left: 0, top: 0, width: '100vw', objectFit: 'cover', objectPosition: 'center', opacity: loaded ? 1 : 0, transition: 'opacity 0.2', transitionDelay: '0.1' });
Topic: Safari & Web SubTopic: General Tags:
Sep ’22