-
Notifications
You must be signed in to change notification settings - Fork 277
Simple Carousel
Olivier Carpentier edited this page Oct 11, 2016
·
7 revisions
The simple carousel Web Part renders a simple images pixs slideshow. This web part implements unitegallery.js (a popular jquery script) as a client side web part for SharePoint. This web part uses also the Custom Fields library to enhance the web part edition experience. This web part is able to query a SharePoint Picture Library to find the images and render it as a carousel.
You can configure the following Web Part settings:
- Query: you must select a current web picture library and select order by conditions
- Enable Arrows: enable arrows onslider element
- Enable Icons: enable icons in mouseover mode
- Enable Border: enable border of the tile
- Tile Width: tile width
- Tile Height: tile height
- Border Color: tile border color
- Border: tile border width
- Pause On Mouseover: true,false - pause on mouseover when playing slideshow true/false
- Autoplay: true / false - begin slideshow autoplay on start
- Speed: play interval of the slideshow
- Text Panel Enable: enable textpanel
- Text Panel Always On Top: textpanel always visible
- Text Panel Opacity: textpanel background opacity
- Text Panel Font: textpanel title font family. if null - take from css
- Text Panel Font Size: textpanel title font size. if null - take from css
- Text Panel Font Color: textpanel title color. if null - take from css
- Text Panel Background Color: textpanel background color