• Every time I update Responsive Lightbox, it overwrites a fix I have to make each time. Without it images are squished:

    cd htdocs/wp-content/plugins
    sudo vim responsive-lightbox/assets/slippry/slippry.min.css

    search for
    img{width:100%;padding:0;margin:0

    add
    ;height:auto

    after
    width:100%;padding:0;margin:0

    to get
    .sy-slide>img{width:100%;padding:0;margin:0;height:auto}

Viewing 1 replies (of 1 total)
  • I have the same problem, my images appear squished in the preview when I choose “Basic Grid”. I tried your solution, but it didn’t help in my case (after updating the CSS, images still appear squished).
    Only possibility: Choose “thumbnail” when going to Gallery->Config->Image Size, but then the images are really small and have a low resolution in the preview.

    Do you have another idea on how to fix this?

    • This reply was modified 2 years, 1 month ago by amkey.
    • This reply was modified 2 years, 1 month ago by amkey.
Viewing 1 replies (of 1 total)
  • The topic ‘Please fix the css that squishes images’ is closed to new replies.