From 2ee1fa1581db8fdbe0c9ba954c13cfda9d41a6c3 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 23 Feb 2020 16:49:09 -0500 Subject: #897 make sure scrub bar doesn't get too close to iphoneX home bar --- www/js/EventModalCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/EventModalCtrl.js') 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, -- cgit v1.2.3