• Resolved webtechnology

    (@webtechnology)


    The plugin shows the thumbnails just fine. Clicking on a thumbnail image shows a distorted image that is stretched too tall. I’ve tried all the options under Links & Lightbox but nothing seems to help.

    WordPress version 5.7.3
    Final Tiles version 3.5.1

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @webtechnology,

    Thanks for reaching out!
    Can you please add this code in Appearance > customize > Additional CSS:

    .lightbox .lb-image {
    	max-width: inherit !important;
    }

    Your theme adds another code that overrides the plugin’s and causing that issue.

    Warmly,
    Mihaela

    Thread Starter webtechnology

    (@webtechnology)

    Success! I added this to my child theme and the lightbox images look fine.

    Thanks so much for the tip and also for the prompt reply!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stretched lightbox images’ is closed to new replies.