Answers

Question and Answer:

  Home  MooTools

⟩ Suppose I want to change the way I feed the slideshow. How can I change the elements and classes it is using?

Doing so is very simple. SmoothGallery uses CSS Selectors to select elements and values. Just keep in mind that values are contained by an element.

Here are the options to change the selectors used, and their default values:

elementSelector: "div.imageElement",

titleSelector: "h3",

subtitleSelector: "p",

linkSelector: "a.open",

imageSelector: "img.full",

thumbnailSelector: "img.thumbnail"

 185 views

More Questions for you: