Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • smrizwan Friend
    #190234

    My images in JA slideshow lite are not resizing automatically. How can i enable auto resize option.

    Thanks

    Ninja Lead Moderator
    #504594

    It would be great if you can include an illustrated screenshot of what you are trying to achieve, It would help to understand the issue and give you specific answers.

    smrizwan Friend
    #504710

    Thanks
    As you can see in the attached images that the image is not being resized. instead only the central portion of the image is shown.

    the original image which i want to resize


    1. slideshow
    2. required-original
    Ninja Lead Moderator
    #504832

    I have checked URL of your site but I see original image slideshow on your site, width and height are small

    /images/abook/harf-iqbal.jpg

    You can follow with my below solution it will help you to auto resize image

    + If you want to auto resize image as well, you can config it from back-end JA Slideshow Lite module or you can have a look at user guide about JA Slideshow module here

    + Change css style to show the same image resize

    Open templates/ja_beranis/css/mod_jaslideshowlite.css file

    From


    .ja-ss-item img {
    background: #fff;
    width: 100%;
    max-width: 100%;
    }

    Change to


    .ja-ss-item img {
    background: #fff;
    width: auto;
    max-width: 100%;
    }

    Remember to clear cache from Admin area


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

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

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