-
Notifications
You must be signed in to change notification settings - Fork 90
播放器 player
Peter Wang edited this page Jun 2, 2018
·
3 revisions
https://github.com/happypeter/onestep/issues/208
- You can not set
video#videojs
size in a .css file, you have to setwidth&height
inline with the html, otherwise the videojs js file will set it for you, and put the value inline, thus whatever you do in .css will not work.
ellentube uses vjs
https://vimeo.com has videos of different ratio shown even on the same page, looks nice, just keep width the same, never mind the height, I will write JS or what ever to give people the freedom to choose their own ratio.
http://www.lynda.com/CSS-tutorials/HTML5-Projects-Video-Bumpers/122425-2.html