Adding select quality property ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 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