on my website,I used lots of Horizontal Gallery, It looks really nice on PC, but when I use my iPhone,the size of Horizontal Gallery is really flat , and I want to increase its height on mobile phone,so it may look normal.
could you help me with that?
Hi,
I’m not able to see the issue. Can you screenshot it?
Best regards,
Jordan Shannon
I have usd those following codes form Victoria. I think it works perfectly. And thinks for your Reply
@media only screen and (max-width: 479px) {
.av-horizontal-gallery .av-horizontal-gallery-inner {
height: 50vh !important;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.av-horizontal-gallery .av-horizontal-gallery-inner {
height: 100vh !important;
}
}
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon