Forums

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

Home Forums JavaScript AutoWidth of Images not working in AnythingSlider. Re: AutoWidth of Images not working in AnythingSlider.

#123479
Mottie
Member

Hi @PakTangent!

Try removing the width setting in the css: http://new.theparaders.co/modules/lookbook/css/slider.css

#slider {
width: 780px; /* REMOVE THIS LINE */
list-style: none;
/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
overflow-y: auto;
overflow-x: hidden;
}