Hi LR members,
I saw many Liferay Developers are looking for Carousel which we can currently see on Liferay Home page.
We can develop the same using AUI Carousel. There is a nice tutorial which you can go through which describes each steps in depth and in simple manner.
Just to make it more simple, I've created a Web Content Structure & Template which will allow you to create same carousel just by providing images to load & some basic carousel parameters mentioned below.
- activeIndex - Index of the first visible item of the carousel
- timeInterval - Interval time in seconds between an item transition
- maxImageHeight - Provide max height of image element. Min limit advisable is 40
- maxImageWidth - Provide max width of image element. Min limit advisable is 130
- ImageElementSet
- image - Need to select actaul image needs to be displayed
- linkUrl - Url of image if you want to make it clickable
You can make carousel same as Liferay Home Page's. Below is the snapshot which I've prepared using Webcontent structure/template.
Downloads