c062785
(Christopher Neil)
1
If I show the ‘video’ on load the poster will be viewable but if I keep it ‘hidden’ and show in modal the poster will be gone.
Have tried preload “Auto” and unsure what to do at this point…
–
–
Live Site : https://zerosix.webflow.io
Read Only : Webflow - ZeroSix
c062785
(Christopher Neil)
3
Ok, so I read this article below that resolves the issue.
Only down side is that the user will have to ‘load’ the video when they click to watch it.
Something about the ‘video player’ will only load poster if there is no ‘video’.
Solution is to preload = “none”
See code here :
–
Article on pre-load and html5 video player : The problem with the poster attribute - Ian Devlin :: Web Developer