core-player / vue-core-video-player

🍟 A Lightweight Video Player For Vue.js.
https://core-player.github.io/vue-core-video-player/
464 stars 79 forks source link

Parameter Poster is incorrect #58

Open agabardo opened 3 years ago

agabardo commented 3 years ago

When the library creates the video adds a parameter Cover to the video HTML tag. In fact it should add the parameter poster='' to the tag. This is preventing the library from showing the covers for the videos.

andreaspabst commented 3 years ago

in our app :cover is also not working, please change to poster