Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • okkhalid Friend
    #200251

    Hi is that possible to reduce the home page slidshow heights

    Thanks,


    1. Responsive-Joomla-template-for-Application-page-JA-Nuevo
    Css Magician Friend
    #544546

    @okkhalid,

    Please reduce /images/joomlart/slideshow/sl1-bg.png , /images/joomlart/slideshow/sl2-bg.png height, slideshow will reduce too.

    Ninja Lead Moderator
    #544602

    Or you can try with my workaround as below:

    + Go to backend settings of JA Slideshow Lite in administrator area of your site

    + Change value for Main Item width and Main Item height with your expectation.

    + Create templates/ja_playmag/css/custom.css file and add new css rule

    .ja-ss-item img {
    height: 300px !important;
    }

    you can change the value for height as you wish.

    kmgdesign Friend
    #545356

    Hi!
    Is it possible to set the ‘100%’ width to: 1980px? In the moment it scale the thing only to: 1.180px width.
    The navigation on top overlay.
    Are there a library of the Module class suffix’s and Module Styles for the Slideshow light?
    It would be very helpfull. I think there are a lot of guys/girls wich want an full screen, responsive pic on top.
    Thanks!

    Ninja Lead Moderator
    #545419

    <em>@kmgdesign 440549 wrote:</em><blockquote>Hi!
    Is it possible to set the ‘100%’ width to: 1980px? In the moment it scale the thing only to: 1.180px width.
    The navigation on top overlay.
    Are there a library of the Module class suffix’s and Module Styles for the Slideshow light?
    It would be very helpfull. I think there are a lot of guys/girls wich want an full screen, responsive pic on top.
    Thanks!</blockquote>

    Open templates/ja_nuevo/css/custom.css file and add new rule


    div.wrap.ja-slideshow > div{
    padding-left:0px;
    padding-right:0px;
    }

    .ja-ss-btns .ja-ss-prev {
    left: 0px;
    }
    .ja-ss-btns .ja-ss-next {
    right: 0px;
    }
    .ja-slideshow .container {
    width: 100% !important;
    }

    Hope it helps you to show full width in JA Slideshow Lite module.

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

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

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