Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Saguaros Moderator
    #1093871

    Hi,

    You can use this custom CSS:

    @media screen and (max-width: 767px) {
      .acm-slideshow .style-3 .item {
        background-size: contain;
      }
    }

    but when you use ‘contain’ for background size, and to show full image, the height will be resized.

    romolo Friend
    #1093912

    Brill, many thanks @saguaros.

    This has resolved the issue for us.

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

This topic contains 2 replies, has 2 voices, and was last updated by  romolo 6 years, 1 month ago.

The topic ‘Slideshow Style-3 – Contain images on mobile view’ is closed to new replies.