Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-t committed Apr 16, 2014
1 parent ee8af65 commit b89da3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ Sets whether viewer will open and fill the whole page (`default`) , or whether
Sets whether we can switch from one image to another, within the same call, without closing the viewer (`true`) , or if the images remain independent (`false`).
Warning: if `LinkImage`: is `false` then `displayAsALink` must be worth `false` too. Otherwise we can only view the first image in the set.

**imageSelector :** `default : .chocolat-image`
Selector to find images in the parent element (on which chocolat is called)

**displayAsALink :** `default:false`
Used to group images, from the same call, in a single link that replaces the html code links to the images (`true`). Otherwise (`false`) the html code is not changed and the images of the series may be called individually. In this case the links can be thumbnails or text.

Expand Down

0 comments on commit b89da3c

Please sign in to comment.