gumgum / gg-ez-vp

Simple video player with minimal setup, intuitive API and straightforward features
https://gumgum.github.io/gg-ez-vp
MIT License
7 stars 4 forks source link

preload volume/play state icons #31

Closed edrpls closed 4 years ago

edrpls commented 4 years ago

This PR will preload icons for inactive states for play and volume buttons. Doing this required filtering out the script tags in the DOM, which will have repercussions on the ESM and CJS bundles, which we will have to address later.