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 :)
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.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon