Basics
What is Fullscreen Image Gallery used for?
It shows a grid of photos. Click one to open a fullscreen lightbox with next/previous controls — great for portfolios, hotels, events, and school galleries.
Do I need both the module and the plugin?
No. Install the package once. Use the module for sidebars/positions, the plugin for galleries inside articles. Many sites use both.
Which Joomla versions work?
Joomla 4, 5, and 6.
Is it mobile friendly?
Yes. The grid shrinks on small screens, and the lightbox supports swipe and pinch-zoom.
What image types are supported?
JPG, JPEG, PNG, GIF, and WebP. Optional WebP conversion for generated thumbnails.
Setup
Where do I put my photos?
Usually under images/ using Content → Media. Example folder: images/holiday-2026.
Module or shortcode — which should a beginner use?
Start with the module. It has forms and switches. Use shortcodes when you want a gallery in the middle of article text.
How do I create a module gallery?
- Content → Site Modules → New → Fullscreen Image Gallery
- Choose From folder or Individual slides
- Pick position + pages → Publish → Save
How do I add a gallery inside an article?
Enable the content plugin, then use the editor button or paste: {fullscreen folder="images/fullscreen-demo" columns="3"}
The editor button is missing. Why?
Enable Editor Button - Fullscreen Image Gallery under System → Plugins. Also make sure your editor shows the button bar.
Images, captions, categories
Can I resize thumbnails?
Yes. In the module Look & Feel tab set resize by width/height/both and enter sizes. Shortcodes can use thumbwidth / thumbheight.
Can I add captions?
Yes. In slides mode type a caption per image. In folder mode turn on Auto Captions from Filename, or pass title="…" in a shortcode.
How do category filters work?
Give slides a category name, or in folder mode use Nature__lake.jpg / subfolders. Filters appear as pills above the grid when enabled.
Can I use a masonry layout?
Yes. Enable Masonry in the module, or add masonry="1" to the shortcode.
What does Load more do?
If you set an initial count (e.g. 8), only 8 thumbs show first. Visitors click Load more for the rest. Useful for 50+ photos.
Does it support WebP?
Yes. Enable WebP Thumbnails. The gallery creates cached WebP thumbs when the server supports it.
Can I protect images from right-click?
Yes, turn on Protect Images. It blocks simple right-click/drag. Determined users can still download images another way.
What is Schema.org ImageGallery?
Optional SEO markup (JSON-LD) that describes your gallery to search engines. Leave it on unless you already add your own schema.
Can I style the gallery to match my website?
Yes. Change accent colour, lightbox colours, borders, and use Additional CSS for fine-tuning.
Can I control the order of images?
Yes — A→Z, Z→A, or Random. In slides mode you can also reorder rows in the subform.
Does the gallery support hover effects?
Yes — optional zoom-on-hover for thumbnails.
Lightbox
What is “True Fullscreen”?
It asks the browser to expand over the whole screen (not only the browser window). Visitors can exit with Esc.
How do I start a slideshow?
Enable Slideshow Autoplay, or press Space / the play button in the lightbox. A progress bar can show the countdown.
Contain vs Cover?
Contain shows the whole photo (may have empty edges). Cover fills the screen (edges may crop).
Can visitors download or share?
Yes, if those buttons are enabled. Share can copy a deep link and open WhatsApp / X / Facebook.
What is a deep link hash?
When enabled, the URL updates like #jx-fig-211-3 so opening that link jumps to image 3.
Can I add video?
Yes on individual slides (or with shortcode video="…"). Supports MP4 files and YouTube/Vimeo links. Use an image as the poster/thumbnail.
Does zoom work on phones?
Yes — two-finger pinch, and scroll-wheel zoom on desktop when zoom is enabled.
Will keyboard users be okay?
Yes — arrows move slides, Esc closes, Tab stays trapped inside the lightbox while it is open, and screen readers hear “Image n of m”.
Performance
Where are resized images stored?
Cached under images/fullscreen/. You can delete that cache folder to rebuild thumbs.
Will it slow my site down?
Thumbs are resized and cached, images lazy-load, and next/prev images can prefetch while viewing. For huge folders, use Load more.