Hello everyone,
Today I have found a useful code snipit to add a Static image to the HTML5 video player
add poster=”Image_here” to the the tag
for example it would look like
<video.... src="" controls poster="/cropped-bg.png"></video>
Hello everyone,
Today I have found a useful code snipit to add a Static image to the HTML5 video player
add poster=”Image_here” to the the tag
for example it would look like
<video.... src="" controls poster="/cropped-bg.png"></video>