Replies: 1 comment
-
One of the possible solutions was to not provide URL of the video and add that whenever the videos is in the screen using intersection observer. But I don't like this solution that much. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current Behavior
I have a list of videos (like a reels). I use video without poster because of iOS issue, on iOS douple tap was needed. Videos are deployed to AWS and being fetched from the backend. Initial load of the page is little bit slow.
Expected Behavior
I want videos to not block LCP.
Steps to Reproduce
Environment
Other Information
Is there any way to lazy load videos, or what will be a suggestion to workaround in order to optimize LCP (only videos are loading slower)?
Beta Was this translation helpful? Give feedback.
All reactions