bbc / VideoContext

An experimental HTML5 & WebGL video composition and rendering API.
http://bbc.github.io/VideoContext/
Apache License 2.0
1.32k stars 156 forks source link

What's the easiest way to have a 'poster' image whilst a video initially buffers? #197

Open kruncher opened 4 years ago

kruncher commented 4 years ago

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?