On Chrome (and others browsers using same engine Opera, Edge, Brave, etc.), if you put a self hosted video, with a poster (preview image), the preview is replaced by the first frame of the video.
This is caused by the value of the attribute preload="auto" of <video> tag. It might be : preload="metadata" in this case.
Hi,
On Chrome (and others browsers using same engine Opera, Edge, Brave, etc.), if you put a self hosted video, with a poster (preview image), the preview is replaced by the first frame of the video.
This is caused by the value of the attribute preload="auto" of <video> tag.
It might be : preload="metadata" in this case.
On this page (just over photo gallery at the bottom of the page) : https://www.precieusesconfluences.fr/edition-2019/ you will see this issue.
I took the the video tag in html of above page and put it here : https://www.precieusesconfluences.fr/test-video.html, just changing the value of preload attribute and you will see it works.
Regards,
F. Spiesser
Hey PixelsIngenierie,
Thanks for reporting this. It'll be corrected in the upcoming release
Cheers