Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
payalord committed Jun 8, 2017
2 parents fc7c597 + ab8291a commit 5912d85
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Add xZoom markup into your HTML:
Initialize the plugin in "document ready" section of your javascript or at the end before `</body>`:
```javascript
/* calling script */
$(".xzoom").xzoom({tint: '#333', Xoffset: 15});
$(".xzoom, .xzoom-gallery").xzoom({tint: '#333', Xoffset: 15});
```

Enjoy xZoom experience!
Expand Down
Loading

0 comments on commit 5912d85

Please sign in to comment.