iosscripts / iosslider

iosslider is a jQuery plugin which allows you to integrate a customizable, cross-browser content slider into your web presence. Designed for use as a content slider, website banner, or image gallery.
http://iosscripts.com/iosslider
432 stars 103 forks source link

Gap between slides #359

Open VitaliyAT opened 8 years ago

VitaliyAT commented 8 years ago

Can't understand how I can do gap (space) between slides like on www.iosscripts.com/iosslider/ And by what logic it realized. Margings is AUTO. If I change margings by additional css or script I loose grid - one slide go on another.

From examples: comparing 7-1 and 7-2 I see only stageCSS option, if comment it - nothing happened. In 7-2 I see that pictures on background have width 900px actual size, but divs for them 1000px.

When I try look at site's page source of html/css I don't see anything special - no margings (auto), no paddings.

What I understand is that width of '.slider' = 5000px ( - in 7-2 example, and 6000px on site) came from js.

How I can do correct tuning? Could you help me?