videojs / videojs-youtube

YouTube playback technology for Video.js
1.12k stars 548 forks source link

Css files is missing #584

Closed joshua750 closed 3 years ago

joshua750 commented 3 years ago

Hello there no css files missing inside the dist folder

gkatsev commented 3 years ago

This project doesn't require any external CSS, the minimal amount of CSS uses is written out with javascript. If you've included the standard Video.js CSS, that's all you need.

joshua750 commented 3 years ago

but there some files missing inside dist folder i need youtube embed code do you have any sample for youtube playing video on js

gkatsev commented 3 years ago

Not sure I have anything live, but the examples in the repo show how to do it https://github.com/videojs/videojs-youtube/blob/master/examples/simple.html