0
Adding select quality property ?
I wanna add "select quality" to videos in my website
1 Odpowiedź
+ 3
You’ll have to have a <select> element, then add an event when the option is changed to change the src attribute of the <video> tag to the video with whatever quality the user selected.