From cc0512fd4b8fc23689c6bb1e61e83a39ef9e4dfa Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Mon, 6 Jun 2016 09:16:57 +0100 Subject: [PATCH] Update documentation add default settings --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ec0829e..b55047b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,17 @@ or data-setup='{ "plugins": { "zoomrotate": { "rotate": "90", "zoom": "1.5" } } }' +Options +------- + +```text + defaults = { + zoom: 1, + rotate: 0, + debug: true + }; +``` + Known Issues ------------ It won't work when using the flash fallback.