Deployed this website through replit - https://lica.world . The video in each card renders correctly on browsers on desktop but not on mobile browser.
Desktop:
Mobile:
I have successfully reproduced this on iOS 16 Safari. I had a similar issue with this before when it came to video files. I think i used ffmpeg to re-encode the video into a .mov file so that iOS’ quicktime player could play the video properly. Or there is something with this MP4 file that causes it to not play well with iOS.
I have tried changing the video file format from mp4 → mov → webm. Tried to have the video file on firestore, store them in the web app project. None of them have helped.