From bf5aefcd2069cfe94108e6cac29268769a1a28a9 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 11 Apr 2019 15:56:22 -0400 Subject: #806 fluid class for image --- www/css/style.css | 5 +++++ www/js/NVR.js | 2 +- www/templates/montage.html | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/css/style.css b/www/css/style.css index e688f152..d86c089a 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -555,6 +555,11 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ } +.img-fluid { + max-width: 100%; + height: auto; + } + .screen-note { position: absolute; top:0; diff --git a/www/js/NVR.js b/www/js/NVR.js index 2f30df48..a2e518ba 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -20,7 +20,7 @@ angular.module('zmApp.controllers') DO NOT TOUCH zmAppVersion It is changed by sync_version.sh */ - var zmAppVersion = "1.3.056"; + var zmAppVersion = "1.3.057"; var isBackground = false; var justResumed = false; var timeSinceResumed = -1; diff --git a/www/templates/montage.html b/www/templates/montage.html index 1df4e255..1d1e980e 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -163,7 +163,7 @@ style="background:rgba(10, 61, 98,0.3)"> - -- cgit v1.2.3