Delay in Video Scaling/Loading on Mobile
-
-
hey i cant really confirm this
which phone and browser are u using?
which versions? -
iPhone 12, softwareversion: 15.6.1
Browser: Safari -
can you post a screengrab / recording of the issue happening?
i cant reproduce it -
arminunruh Global Moderatorwrote on Feb 19, 2025, 12:56 PM last edited by arminunruh Feb 19, 2025, 7:57 AM
for me the video loads and shows up without doing any resizing even for ios 15
-
-
Here’s another test with a smaller file size. The issue remains the same, so I don’t think file size is the problem.
https://dev.rickangenent.nl/videotest-1/
See screenshots:
-
can you try this css
video{ display: none; } video.loaded{ display: block; }
i cant replicate the issue but maybe this css fixes it
Enter this css in "lay options" -> "custom css & html" -> "custom css"
-
-
video{
opacity: 0!important;
}
video.loaded{
opacity: 1!important;
}and if you try this code above instead?
12/12
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it