-
Notifications
You must be signed in to change notification settings - Fork 0
Home
risingisland edited this page Dec 11, 2025
·
1 revision
Automatically adds a modern Lightbox effect to all images in your GetSimple CMS pages — no gallery plugin required.
-
Automatically wraps images with a GLightbox zoom effect
-
No shortcodes or markup needed — just insert an image normally
-
Skips images already inside:
- links
- elements
- Containers with a btn class
-
Skips images that contain the classes:
- nolightbox
- btn
-
Fully compatible with custom themes and responsive designs
-
Uses GLightbox (lightweight, touch-friendly, mobile ready)
Add class nolightbox: <img src="photo.jpg" class="nolightbox">
Images will NOT be wrapped if they are:
- Inside
<a>links - Inside
<button>elements - Inside any parent element with a class containing
btn - Already carrying
nolightboxorbtnclasses
This prevents conflicts with clickable UI elements and custom layouts.