Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • moody Friend
    #1027672

    for JA slideshow lite, if i wanna use different images (different size) on mobile.
    what should i do?
    now the homepage slideshow is 1300×400
    i wanna use 300×500 on mobile

    also, how to activate the navigation bar ?
    they disappeared after I placed custom code for slider full-width.

    Pankaj Sharma Moderator
    #1027836

    Hi
    In the module The images use 100% width and auto resize in the mobile view with respect to the container size.
    If you want to add a fix width for mobile view for the image, they will not 100% width and only use the width you define.
    For your test you can try below code in custom.css file and set a width value

    @media(max-width:468px){
    .ja-ss-item img {
        max-width: 400px!important;
        width: 400px!important;
    }}

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 7 months ago.

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