Forums

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

Home Forums JavaScript AnythingSlider: center image slide horizontally and/or vertically Re: AnythingSlider: center image slide horizontally and/or vertically

#91838
Mottie
Member

So I grabbed the css from this post and incorporated it into this demo. The only problem I noticed was that I had to set the slider height otherwise the first slide wasn’t set correctly…

#slider, #slider li {
height: 200px;
list-style: none;
}

It looks like that’s a bug that I’ll need to fix.