diff options
| author | Factiven <[email protected]> | 2023-05-09 19:27:06 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-05-09 19:27:06 +0700 |
| commit | 565d68433b0bd19097048dc418073f3acffd95a9 (patch) | |
| tree | caeacf5a945fa3c1a69613da036cd44d4839c9ca /lib | |
| parent | Revamped 404 page (diff) | |
| download | moopa-565d68433b0bd19097048dc418073f3acffd95a9.tar.xz moopa-565d68433b0bd19097048dc418073f3acffd95a9.zip | |
Update v3.5.5
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Artplayer.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Artplayer.js b/lib/Artplayer.js index 33acf21..74f9acd 100644 --- a/lib/Artplayer.js +++ b/lib/Artplayer.js @@ -30,7 +30,12 @@ export default function Player({ option, getInstance, ...rest }) { fullscreen: true, hotkey: true, lock: true, + setting: true, + flip: true, + playbackRate: true, + aspectRatio: true, autoOrientation: true, + pip: true, theme: "#f97316", }); |