Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1110285

    Hallo,

    wenn ich einen Bild-Hotspot mit einer Bild Url verlinke, macht es das Bild in einer Lightbox auf, allerdings sind dann mehr Bilder in dieser Galerie.

    Ist es möglich, dass es immer nur das eine Bild zeigt?

    Vielen lieben Dank für eure Hilfe.

    Freundliche Grüße,
    Birgit Thaler

    #1110737

    Hey birgitthaler,
    Thanks for the login, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .mfp-arrow,.mfp-counter {
    display: none !important;
    }
    .mfp-container {
    pointer-events: none !important; 
    }

    This will only allow one image to be seen.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.