test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • heartmade Friend
    #203819

    Is it possible to fix the scaling of the background images of slideshow item to 100% height
    Because now images are cropped and almost 50% of the height is cut.

    I’m setting the image with resolution 3260×1084, but the slide is cropped to ~1800×800

    The first slide with School Building: http://britannica.kiev.ua

    <div class=”acm-hero style-5 style-dark position-center text-center show-intro” style=”background: url(http://britannica.kiev.ua/images/slideshow/school-wall-01-hdd.jpg) 50% 0% / auto 100% no-repeat;”>

    Thanks

    heartmade Friend
    #559543

    as I see it depends on content of the slide show

    I used </br> to set the button at the bottom.

    Adam M Moderator
    #559649

    Hi @heartmade,

    Please go to admin >>> Extensions >>> Template Manager >>> choose your template >>> switch to tab General >>> temporary disable CSS Compression so I can have a look at CSS code.

    heartmade Friend
    #560553

    Adam, I have disabled Optimize CSS

    Adam M Moderator
    #560687

    Hi @heartmade,

    Please open file root_folder/templates/uber/css/custom.css and look for this code :

    .acm-container-slide .acm-hero {
    background-size: cover !important;
    }

    then update as below:

    .acm-container-slide .acm-hero {
    background-size: auto 100% !important;
    }

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

This topic contains 5 replies, has 2 voices, and was last updated by  Adam M 9 years, 9 months ago.

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