Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Moving box auto scroll and loop Re: Moving box auto scroll and loop

#73552
biliards
Participant

Hi all!

I have got the same problem of thakkermukund. I used https://css-tricks.com/examples/MovingBoxes/js/slider.js, I modified https://css-tricks.com/examples/MovingBo … /style.css and I create my gallery in https://www.leadhouse.net/

I would like a circular gallery so that:
* when I show last image, I would like load first image on the right-hand side of last image. if I click right button, then I would like load second image, and so on
* when I show first image, and I click left button, then I would like load last image. and if I click again left button, then I would like load next to last image, and son on

is it possible with this gallery?