Joomla Slideshow Extension
This is a professional and easy-to-use slideshow plugin for Joomla. It works on all versions of Joomla (5, 4 & 3).
Highlight Functions:
- Automatically create photo albums from a folder or list of images.
- Customize thumbnail size.
- Automatically reduce image size if too large.
- Add captions to photos
- Modern and flexible photo viewer
- Loop/Fullscreen/Transition effects
- Touch devices
Install and Use
1. Download and install it via the Joomla installer.
2. At the Plugin Manage > Content - JMP Slideshow > Enable it, then set its parameters. This plugin works on Joomla Content, Custom Module, Joomla Field or extensions that support Joomla Content Plugin.
3. Go to the Article Management section, select the article you want to add a slideshow and insert the structure below:
{jmpgallery folder="<PATH TO FOLDER>"}
Example:
{jmpgallery folder="images/myphotos"}
----
To add single images, use the following structure:
{jmpgallery image="<PATH TO IMAGE|CUSTOM TITLE>"}
Example:
{jmpgallery image="images/01.jpg|Custom caption" image="images/02.jpg" image="images/03.jpg"}
----
The list of advanced parameters:
Name | Value |
---|---|
allowfullscreen | 1 or 0 |
autoplay | 1 or 0 |
loop | 1 or 0 |
nav | dots, thumbs or false |
navposition | bottom or top |
transition | slide, crossfade or dissolve |
direction | ltr or rtl |
arrows | true or false |
In order to use these advanced parameters, add it to the above structure.
Example:
{jmpgallery folder="images/myphotos" allowfullscreen="1" nav="thumbs} => Allow fullscreen and show image thumbnails.
{jmpgallery folder="images/myphotos" arrows="false"} => Hide arrow icons.