demo code written by myself:
:
:
:
what"s going on? For the first time with the help of video.js, God, thank you.
another: vertical volume bar, set, also can not achieve vertical display, is there a problem with my code?
demo code written by myself:
:
:
:
what"s going on? For the first time with the help of video.js, God, thank you.
another: vertical volume bar, set, also can not achieve vertical display, is there a problem with my code?
may conflict with the global style. Use developer tools to see if the style on the control has been overwritten
when you use video.js,demo for the first time, you use a new videojs.css file, and the project uses an old one. The absence of the vjs-volume-horizontal css, in the old file causes the volume bar to move down
.before I destroy the instance in demo, the instance is reinitialized, which is ok: var handler = function () { alert(12111); } var handler1 = function () { alert(22222); } var player; play(handler); function play(handler) { videojs("ex...
the code is as follows: html: < video id= "video " width= "1 " height= "1 " loop= "loop " controls= "controls " src= " http: v.zbjsaas.com 81fc8c21.;> Click to play the video var video = document.getElementById("video"); $...
the video implemented by html5 video is introduced, and the video length is 30s. Can I intercept and play the video for 10 to 30s through js? ...