Easily add slideshow to an article and insert images, video or HTML formatted text. The slide function is swipe capable and mouse draggable.
Insert the slideshow anywhere in the article with the shortcode as [ slideshow], or if using the CMSE Library article template override system, place the shortcode in the category configuration layout field and slides will auto show when created.
Any slideshow created within an article can be displayed in any other extension which output a textarea. Simply place the shortcode with the article ID as [ slideshow="234"]
Slide Show Of Related Articles
Easily add list of other Joomla articles by using the shortcode [ article="53" 200] within the text/HTML field, and set the Display Format to Text Box Only. The number 53 is the article ID and the value 200 is the character count limit.
Read images from a directory and insert anywhere with the shortcode
[ slideshow images="images/demo/slideimg" height="400" width="88" random="1" transition="21" format="2"]
Carousel Format
Set the step limit from 1 to infinity. This example has a step limit of 3, which means 3 items are shown per slide.
[ slideshow images="images/demo/slideimg" height="200" format="4" carouselwidth="250" carouselstep="4" carouselspace="5"]The carousel values are optional. Will default to width 300, steps 3 and spacing 4.
Inline Content Slides
Wrap inline content within any text editor to output a slide show. The shortcode is easily inserted via the CMSE Shortcode dialog window.
[ slideshowinline format="4" height="200"] [ slide]content here[ /slide] [ slide]other content here[ /slide] [ /slideshowinline]