Viewing 1 replies (of 1 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    The 1px space between images is not all that hard to achieve, since the both default stylesheet have a spacing (2px) between their slides. To get the 1px spacing set the style setting to custom and adapt the following CSS class in the style editor:

    .slideshow_container .slide {
    	margin-right: 1px;
    }

    Images with a width of 800px simply don’t fit next to eachother in a box with a width of 1250px. Either you should have one slide per view, with stretching disabled (keeping the 800px width), or multiple, resized, images next to each other (not keeping the 800px width).

    Cycling through without reversing will be abailable from version 2.2.0, which I’m currently working on.

Viewing 1 replies (of 1 total)
  • The topic ‘Width and Spacing Customization’ is closed to new replies.