Forums

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

Home Forums JavaScript AnythingSlider trouble! Re: AnythingSlider trouble!

#112330
Mottie
Member

Hi NoizyCr1cket!

Inside of your anythingslider.css file, there are extra margins that shouldn’t be there. These margins should be set to zero.

#slider {
width:800px;
height:362px;
float:left;
clear:both;
margin-left:112px; /* remove this */
margin-top:66px; /* remove this */
}

To prevent the resizing of images, set the “resizeContents” option to false, or you can add an additional wrapper around the images.

And yes, unless you plan to use the fx or include videos inside of the slider, the two files that are commented out are unneccessary.