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
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
Perfect, thank you very much Ismael. This works.
Thanks!
Br Harry