Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1201127

    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.

    #1201147

    could you help me with that?

    #1201466

    Hi,

    I’m not able to see the issue. Can you screenshot it?

    Best regards,
    Jordan Shannon

    #1201470

    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;
    }
    }

    #1201471

    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘how to change Horizontal Gallery size on mobilephone?’ is closed to new replies.