Skip to content

Commit

Permalink
Complete VideoJS resolution plugin option
Browse files Browse the repository at this point in the history
Fixes: 0af268f (Update admin photo to support multiple player)
Closes: Piwigo#190

Suggested-by: Dechinta
  • Loading branch information
Andres Gomez committed Mar 15, 2023
1 parent 89f4ccb commit 0087ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/admin_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'zoomrotate' => get_boolean($_POST['vjs_zoomrotate']),
'thumbnails' => get_boolean($_POST['vjs_thumbnails']),
'watermark' => get_boolean($_POST['vjs_watermark']),
'resolution' => get_boolean($_POST['vjs_resolution']),
),
'player' => $_POST['vjs_player'],
'metadata' => get_boolean($_POST['vjs_metadata']),
Expand Down
1 change: 1 addition & 0 deletions maintain.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function plugin_install()
'zoomrotate' => false,
'thumbnails' => false,
'watermark' => false,
'resolution' => false,
),
'player' => 'vjs-5-player.tpl',
'metadata' => true,
Expand Down

0 comments on commit 0087ce5

Please sign in to comment.