test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #980800

    Hi,

    The image size on our demo is over 500px and I’m not sure about that on your site. If you provide the URL of your site here, I will find the solution for you

    Regards

    valthebault Friend
    #980983

    Hi,

    The site is not online now, I’m afraid URL is out of question.
    My image is 365×300 px and I have tried to change the size of it but no matter the size of the image, it always presents itself this way.

    Ninja Lead Moderator
    #981230

    Try to use my solution below

    • Open templates/ja_sugite/local/css/mod_jaslideshowlite-custom.css file, find and change bottom and left with the CSS style below
    .updown.active .ja-ss-sprite.first {
      bottom: 0;
      left: 0;
    }
    .updown.active .ja-ss-sprite.second {
      bottom: 20%;
    }
    .downdown .ja-ss-sprite.first {
      left: 40%;
      bottom: 110%;
    }
    .downdown .ja-ss-sprite.second {
      left: 60%;
      bottom: 110%;
    }
    valthebault Friend
    #984063

    Hi,

    This worked nicely.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  valthebault 8 years, 2 months ago.

The topic ‘How do I regulate the size and position of the images on the slideshow?’ is closed to new replies.