+ 1
Are there a good alternative to a radio fader to make a vertical slider?
Hey, i have a little question. Do anywhere know how I can programm a vertical fader? If I use radio from input I have to rotate it but then the height from the slider orientate on the width. Thanks for your help.
1 Respuesta
+ 1
Just add a css
input[type=range] {
-webkit-appearance: slider-vertical;
}
https://code.sololearn.com/Wg86hyzBlX0v/?ref=app