Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Problem with lightbox

  • #10406
    Avatar photo[anonymous]

    Hello,

    I have a problem with the images in the lightbox. The shots that are fochformat are displayed distorted.

    https://templer-pfadfinder.de/impressionen-3.html

    How can I solve the problem?

    #10415
    Avatar photo[anonymous]

    @JensFalk

    Normally, that doesn’t happen. Check out the discussion thread at: https://forum.getpublii.com/topic/portfolio-image-display/

    #10416
    Avatar photo[anonymous]

    @itips3727 Thanks for the answer. I may have understood the problem but could not find a solution.

    #10417
    Avatar photoBob

    Add the following CSS rule using a Custom CSS tool:

    .pswp__img {
        object-fit: contain;
    }

    That should help!

    #10419
    Avatar photo[anonymous]

    Yes, thank you.