I have a list of videos in my app and when you go to the page it begins preloading all of them which I don't want it to do. If I set preload="none" that works but then all the videos show the buffer ring overlay. I am not including the <vg-buffering></vg-buffering> control.
Expected Behavior
With the preload set to none don't show the buffer ring just display the video poster with play button overlay
Actual Behavior
Video buffer ring overlays all the videos when preload is set to none
Description
I have a list of videos in my app and when you go to the page it begins preloading all of them which I don't want it to do. If I set
preload="none"
that works but then all the videos show the buffer ring overlay. I am not including the<vg-buffering></vg-buffering>
control.Expected Behavior
With the preload set to none don't show the buffer ring just display the video poster with play button overlay
Actual Behavior
Video buffer ring overlays all the videos when preload is set to none
My Html