Adding carousels in your PrestaShop site
Another way to make your theme more interesting while relating the elements to display your store products is by using a slideshow in place of the video.
A carousel (from French carrousel, and Italian carosello), or merry-go-round, consists of a rotating circular platform for the "riders".
Briefly, the jcarousel
that we are using is based on this carousel concept where items are rotated using a platform. This jcarousel
is a jQuery
plug-in that can be used to display a list of items in a horizontal or vertical order. These items can be static HTML content or loaded with (or without) AJAX. The carousel can be scrolled back and forth (with or without animation). It doesn't really rotate circularly, but gives the impression that it does.
jQuery
is described as a fast and concise JavaScript library that simplifies HTML document traversing, event handling, animating, and AJAX interactions for rapid web development. jQuery
is designed to change the way JavaScript...