The poster
attribute is working as expected when I have one instance of my video. However in my case, I need to show the same video multiple times, in different formats.
When I click play on the preloaded video all following video posters are set to the first frame of the video.
Which means that if I have 4 times the same video and all 4 have their videos preloaded and I click play on the 2nd one, video number 1 will retain the poster display, video 2 will start playing and video 3 and 4 will remove their poster display in favour of the first frame of the video. This does not seem to be the expected behaviour.
I was able to fix this issue by changing the preload
tag to none
, but I prefer having it preloaded.
thoughts?