ArduboyCollection icon indicating copy to clipboard operation
ArduboyCollection copied to clipboard

Use poster for video banner before it loads

Open alexgleason opened this issue 7 years ago • 2 comments

I noticed there's an unused banner.jpg which would serve this purpose. Basically as the video is loading, it would show the image behind the unloaded video instead of a gray background.

See here: https://www.w3schools.com/TAgs/att_video_poster.asp

alexgleason avatar Feb 12 '18 15:02 alexgleason

The template comes from https://templated.co and the banner.jpg (I think) is for some devices that do not support the video, not for a preloading but I can check into that.

Anyway, the front-end code is also available here: https://github.com/eried/ArduboyCollection/tree/master/.admin/public_html/arduboy ... just if you are really bored one day 🤣

eried avatar Feb 13 '18 14:02 eried

The template uses some javascript to insert the video, making it a little annoying to change which is why I didn't do this in the last update. If I get a chance I'll look at this again in my next PR.

alexgleason avatar Feb 21 '18 15:02 alexgleason