diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-23 16:49:09 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-23 16:49:09 -0500 |
| commit | 2ee1fa1581db8fdbe0c9ba954c13cfda9d41a6c3 (patch) | |
| tree | 4c42ea53f2e565c9cb5fff423fdf97d2ac086f6d /www/js/EventModalCtrl.js | |
| parent | 67de8d1520dc8f70977dc1e4e2775d71e58916e4 (diff) | |
#897 make sure scrub bar doesn't get too close to iphoneX home bar
Diffstat (limited to 'www/js/EventModalCtrl.js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 176a91cf..13e20ecb 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -2141,7 +2141,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro $scope.videoObject = { config: { autoPlay: true, - responsive: false, + responsive: true, nativeControls: false, nativeFullScreen: true, |
