0
Adding select quality property ?
I wanna add "select quality" to videos in my website
1 Answer
+ 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.