Home › Forums › JavaScript › AnythingSlider trouble! › Re: AnythingSlider trouble!
October 21, 2012 at 1:34 am
#112330
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.