1
0
Fork 0
mirror of https://github.com/xbgmsharp/videojs-rotatezoom synced 2025-10-06 03:50:11 +02:00

Update documentation add default settings

This commit is contained in:
xbgmsharp 2016-06-06 09:16:57 +01:00
parent c676168f3d
commit cc0512fd4b

View file

@ -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.