Skip to content
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Mar 4, 2017
1 parent eb5347c commit 72a3236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Magnific Popup will work with all links that use the `data-lightbox="..."` p

If you want to use your own custom parameters, simply create your own `j_magnific_popup` template and insert your custom options there. For example, if you want to enable the zoom feature of Magnific Popup:
```php
ContaoMagnificPopup.ini({
ContaoMagnificPopup.init({
// put your custom configuration here
zoom: { enabled: true }
});
Expand Down

0 comments on commit 72a3236

Please sign in to comment.