Skip to content

Simple Carousel

Olivier Carpentier edited this page Nov 6, 2016 · 7 revisions

Note: The SharePoint Framework is currently in preview and is subject to change. SharePoint Framework client-side web parts are not currently supported for use in production environments.

Simple Carousel Web Part Overview

The simple carousel Web Part renders a simple images pixs slideshow. This web part usesunitegallery.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.

Simple carousel

Properties

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
Clone this wiki locally