You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys! I'm using this plugging and i'm getting like 40 connections to different videoplaback requests.
Do you know about an easy way of lazy load them?
Currently:
showing the carousel with the preview images and a div over it with a big image and a play button
When i click the play button I play the video on full screen
But the problem is that all the videos are being pre-downloaded. Ideally I would love to load them only when i click on their carousel image. Any idea on how to do that? Is there a native way in this lib to avoid predowloading everything?
The text was updated successfully, but these errors were encountered:
Agreed. https://www.youtube.com/s/player/4248d311/www-widgetapi.vflset/www-widgetapi.js, https://www.youtube-nocookie.com/s/player/4248d311/player_ias.vflset/en_US/base.js,
and https://www.youtube.com/iframe_api
are slowing down our pages even though the video's are 60% down the page and only play if a user clicks the play button.
Would be nice to call the video (and all associated scripts) on click or something.
Hi,
you can use an image placeholder in your carusel ad initialize the player only if the image is clicked. This would prevent the preload of all the videos
Hello guys! I'm using this plugging and i'm getting like 40 connections to different videoplaback requests.
Do you know about an easy way of lazy load them?
Currently:
But the problem is that all the videos are being pre-downloaded. Ideally I would love to load them only when i click on their carousel image. Any idea on how to do that? Is there a native way in this lib to avoid predowloading everything?
The text was updated successfully, but these errors were encountered: