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

    I’ve created a page using galleries on either side a text block. The images are distorting as the page degrades from desktop through tablet/mobile. Is this an issue with the way I’ve laid out the page?

    many thanks

    Simon

    #418827

    Hey Simon!

    Add this to your custom CSS.

    #top div .avia-gallery img { width: auto !important; height: auto !important; }
    

    Best regards,
    Elliott

    #425027
    This reply has been marked as private.
    #425361

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 768px) {
    #top div .avia-gallery img {
      width: 100% !important;
    }}

    Regards,
    Yigit

    #427027

    brilliant – thank you very much!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Responsiveness: images not degrading as page is resized’ is closed to new replies.