Adding select quality property ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Adding select quality property ?

I wanna add "select quality" to videos in my website

25th Oct 2020, 3:48 AM
Mohamed Saud
Mohamed Saud - avatar
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.
25th Oct 2020, 5:11 AM
Rowsej
Rowsej - avatar