Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1092793

    Hi, is it possible to disable the behaviour of the horizontal gallery when transitioning to small (and very small) screens? Suddenly it looks different and isn’t suited for a combination of horizontal and vertical photos anymore. It does not matter that the vertical photos would be very small in that case.

    Thank you very much :)

    #1092929

    I fixed it myself:

    @media only screen and (max-width: 767px){
    .responsive .av-horizontal-gallery-img {
        height: 200px !important;
        width: auto !important;
        object-fit: cover !important;
    }
    }

    This thread can be closed I think.

    #1093104

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable responsiveness of horizontal gallery’ is closed to new replies.