Carousel effect


(Peter Thomas) #1

Is it possible to create a carousel effect in html within a page? A small example would be helpful


#2

We use http://flexslider.woothemes.com/ but I’ve seen other people here mention http://kenwheeler.github.io/slick/ as well, there are loads options out there!

Both of those carousels have demo code, so at the most basic you just need to ensure you you’re using jQuery, link to the CSS/JS and you can have a play around with their demo code and a few of your images.

If you’re looking at using it site-wide in production you’d probably want an asset listing page to list your images and a paint layout, and possibly a metadata schema if you’ve got additional bits you’ll want to configure.


(Peter Thomas) #3

Hi Jason, Thanks for the quick response. I am embarrassed to admit that I typed carousel instead of cascade effect. I am sure there is already a script in the system somewhere so that I can insert some HTML in the body of the page which will trigger the expand effect on a list.


(Robin Bilney) #4

Accordion content template? https://matrix.squiz.net/resources/templates/content-templates


(Peter Thomas) #5

Thanks. Really appreciated.