Codeinwp / Ideal-Image-Slider-JS

Quite simply the ideal Image Slider in vanilla JS.
http://idealimageslider.com
GNU General Public License v3.0
1.57k stars 160 forks source link

thumb navigation #85

Open ninjaring opened 7 years ago

ninjaring commented 7 years ago

I want to add thumbnails navigation outside main slider so I can set its style freely. Tried to use third-party extension but the thumbs container stick with the slider. Here is my desired layout on mobile view.

desired layout

My main concern is how to make thumbs container can be scrolled horizontally if being overflowed. Any suggestion to achieve it? Maybe some modification in the extension.
Thank you.