sachinchoolur / lightslider

JQuery lightSlider is a lightweight responsive Content slider with carousel thumbnails navigation
http://sachinchoolur.github.io/lightslider/
MIT License
2.04k stars 1.53k forks source link

Load thumbnails in separate div? #451

Open aaronrobb opened 4 years ago

aaronrobb commented 4 years ago

Looking to separate the main image and the thumbnails into two separate divs.

Basically, I want to have the main image in a left column and the thumnails in a horizontal row in the right column.

Has anyone made something like this work yet?

My one thought (which didn't work) was to load the slider twice - once in each column - then with css hide the thumbs in the left column and the main image in the right. Unfortunately selecting thumbs wouldn't select the main image when separated.

So I'd love a way to load the ul with the thumbs outside the main slider div.