jquery - Jssor scrollable Slide -


i developing website, uses jssor slideshow plugin fullscreen slider. got work intended except 1 major thing: each slide want have multiple images can scrolled through moving mousewheel.

i tried setting overflow:scroll; slide element, , allowed me scroll through images. fullscreen slider gets scaled via css, scrollbar gets scaled aswell. result is, if adjust viewport size, scrollbar gets scaled unusual sizes. , further makes impossible scroll bottom of slide.

any ideas how solve this? there better way make each slide scrollable instead of adding overflow:scroll; slide element?


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -