Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • graceful Friend
    #182120

    I know how to change the size of an image in photoshop. My question is the slideshow image size that displays. I need the dimension of the slides to be 700 x 337. My images are all set to that size, but slideshow stretches them to the default 930 x 400. I can’t find the parameter or css style to correct. In Module Manager, JA Slideshow Lite there is a Main Item Width & Main Item Height. Default says AUTO. I changed to 700w x 337h, but still nothing.

    Any assistance is appreciated.

    graceful Friend
    #472597

    Anyone? I’ve even submitted a ticket for assistance, and none available. This can’t be that hard.

    Ninja Lead Moderator
    #472612

    Because JA Slideshow Lite on JA Vintas Template supported responsive and it is using css control WIDTH and HEIGHT on the module, if you want to change from default 930 x 400 to 700 x 337, please follow my suggestion.
    + You need to go Admin JA Slideshow lite module change to 700 x 337
    + Open templates/ja_vintas/css/mod_jaslideshowlite.css file
    find


    .ja-ss-wrap {
    margin: 0 auto;
    position: relative;
    width: 1090px;
    }

    .ja-ss-btns {
    bottom: 50%;
    display: none !important;
    position: absolute;
    width: 1090px;
    z-index: 900;
    }
    .ja-ss-items {
    border: 10px solid #ded3c6
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 950px;
    }

    Change to


    .ja-ss-wrap {
    margin: 0 auto;
    position: relative;
    width: 700px;
    }
    .ja-ss-btns {
    bottom: 50%;
    display: none !important;
    position: absolute;
    width: 700px;
    z-index: 900;
    }
    .ja-ss-items {
    border: 10px solid #ded3c6
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 700px;
    }

    Remember to clear cache from Admin area.

    graceful Friend
    #472698

    Thank you. Yes, that worked.

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

This topic contains 4 replies, has 2 voices, and was last updated by  graceful 12 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum