Hello,
Sorry it isn’t possible directly. You would need javascript customization. Our sliders are basically jQuery UI sliders, so this might help: https://jqueryui.com/slider/#slider-vertical
Something like
$('.ipt_uif_slider').each(function(){
$(this).slider( "option", "orientation", "vertical" ).height('300px');
})
The code is not tested, so please be careful.
If you want to appreciate my efforts, then please rate our products. It helps us establish stronger reputation across the marketplace.