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:
parent
c676168f3d
commit
cc0512fd4b
1 changed files with 11 additions and 0 deletions
11
README.md
11
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue