Joomla: Add Image Slideshow in Article

I had to add an image slideshow just at the beginning of an article in Joomla CMS. I searched for such extension and found few good ones. 1) Simple Picture Slideshow | Demo This is a simple extension with only one transition effect ‘fade out’. Slideshow can be started manually or automatically on pageload. Button … Read more

jQuery: A simple Slideshow

I have made a very simple jQuery slideshow. When you click the play button, then the images changes with fade in and fade out effect. View Demo || Download Code I have used animate() jQuery function for fade in and out. queue() and dequeue() functions along with setTimeout() function are used to set time interval … Read more