VideoContext
VideoContext copied to clipboard
What's the easiest way to have a 'poster' image whilst a video initially buffers?
With HTML5 there is an attribute that allows a poster image to be specified on the <video>
element.
Is there already a way to achieve this with the node based approach?