redxtech / vue-plyr

A Vue component for the plyr (https://github.com/sampotts/plyr) video & audio player.
Other
768 stars 136 forks source link

default controls shown in the demo page its not coming #486

Open suraj740 opened 2 years ago

suraj740 commented 2 years ago

Hi, i am using the below code to show the video, but default controls are not coming as shown in the demo page

`<video controls crossorigin playsinline :data-poster="data.thumbnail" :poster="data.thumbnail"

<source :src="data.url" type="video/mp4" /> `

 Any help would be appreciated.
 Thanks!