Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1304272

    Hi,
    is it possible as soon as you click on an image and it gets bigger (Lightbox) that scrolling left and right is not possible? Because I want to view only the 1 image larger and then can not click left and right.
    Here is the link:
    https://www.bruckner-engineering.com/leistungsportfolio/
    If you click on: Lesen Sie mehr
    Thank you very much.
    Br,
    Harry

    #1304524

    Hey gharry79,

    Thank you for the inquiry.

    We could disable the arrow or lightbox navigation if you want. Try this css code and add it in the Quick CSS field.

    .mfp-arrow {
        display: none !important;
    }
    

    And this one to hide the gallery counter.

    .mfp-counter {
        display: none !important;
    }

    Best regards,
    Ismael

    #1305305

    Perfect, thank you very much Ismael. This works.
    Thanks!
    Br Harry

    #1305507

    Hi Harry,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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