Forums

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

Home Forums JavaScript AnythingSlider for WordPress not respecting height in Chrome? Re: AnythingSlider for WordPress not respecting height in Chrome?

#84332
Mottie
Member

Hi Screamline!

Try setting the “resizeContent” option to false, then setting the width and height of the slider and panels in the css:

#slider, #slider .panel {
width: 600px;
height: 300px;
}

I know the WordPress plugin sets the slider dimensions, but I don’t think it sets the panel dimensions – I haven’t looked at the latest verison though.