diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events-modal.html | 4 | ||||
| -rw-r--r-- | www/templates/events.html | 4 | ||||
| -rw-r--r-- | www/templates/montage.html | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index da27116e..675a812d 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -20,7 +20,7 @@ <li ng-repeat="slide in slides"> <div ng-if="!animationInProgress"> <img style="width:100vw; height:100vh" imageonload="finishedLoadingImage($index)" - http-src="{{playbackURL}}/index.php?view=image&rand={{$root.rand}}&path={{relativePath}}{{slide.img}}&scale={{loginData.singleImageQuality}}" + image-spinner-src="{{playbackURL}}/index.php?view=image&rand={{$root.rand}}&path={{relativePath}}{{slide.img}}&scale={{loginData.singleImageQuality}}" image-spinner-loader="lines" ng-class="{'object-fit_cover':imageFit==false, 'object-fit_contain':imageFit==true}" @@ -28,7 +28,7 @@ </div> <div ng-if="animationInProgress"> <img style="width:100vw; height:100vh" imageonload="finishedLoadingImage($index)" - http-src="img/pausevideo.png" + image-spinner-src="img/pausevideo.png" image-spinner-loader="lines" class="object-fit_contain" /> </div> diff --git a/www/templates/events.html b/www/templates/events.html index e3332960..02254bce 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -144,7 +144,7 @@ <figure style="display:inline-block"> <figcaption><p>frame:{{alarm.id}} score:{{alarm.score}}</p></figcaption> - <img http-src="{{playbackURL}}/index.php?view=image&path={{event.Event.relativePath}}{{alarm.fname}}&height=380" height="170px" /> + <img image-spinner-src="{{playbackURL}}/index.php?view=image&path={{event.Event.relativePath}}{{alarm.fname}}&height=380" height="170px" /> </figure> @@ -182,7 +182,7 @@ <!-- <img imageonload="finishedLoadingImage($index)" image-spinner-src="{{playbackURL}}/index.php?view=image&path={{event.Event.relativePath}}{{slide.img}}&height=380" image-spinner-loader="lines" height="190px" ;/> --> - <img imageonload="finishedLoadingImage($index)" http-src="{{playbackURL}}/index.php?view=image&path={{event.Event.relativePath}}{{slide.img}}&height=380" image-spinner-loader="lines" height="190px" ;/> + <img imageonload="finishedLoadingImage($index)" image-spinner-src="{{playbackURL}}/index.php?view=image&path={{event.Event.relativePath}}{{slide.img}}&height=380" image-spinner-loader="lines" height="190px" ;/> <br/> diff --git a/www/templates/montage.html b/www/templates/montage.html index 06b9ba65..e182d001 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -63,7 +63,7 @@ </div> <div ng-if = "minimal"> - <img id="img-$index" image-spinner-src="{{LoginData.streamingurl}}/nph-zms?mode=single&monitor={{monitor.Monitor.Id}}&scale={{LoginData.montageQuality}}{{$root.authSession}}&rand={{$root.rand}}" ng-click="openModal(monitor.Monitor.Id, monitor.Monitor.Controllable, monitor.Monitor.ControlId)" image-spinner-loader="lines" style="margin-top:0px; + <img id="img-$index" image-spinner-src="{{LoginData.streamingurl}}/nph-zms?mode=single&monitor={{monitor.Monitor.Id}}&scale={{LoginData.montageQuality}}{{$root.authSession}}&rand={{$root.rand}}" ng-click="openModal(monitor.Monitor.Id, monitor.Monitor.Controllable, monitor.Monitor.ControlId)" image-spinner-loader="lines" style="margin-top:0px; width: 100% !important; height: auto !important;" /> </div> @@ -72,7 +72,7 @@ </div> <div ng-if="!$root.authSession=='undefined' || isBackground()"> - <img id="img-$index" ng-src="img/pausevideo.png" style="width: 100% !important; + <img id="img-$index" image-spinner-src="img/pausevideo.png" style="width: 100% !important; height: auto !important;" /> </div> @@ -93,7 +93,7 @@ <div ng-if="isModalActive"> - <img id="img-$index" ng-src="img/pausevideo.png" style="margin-top:0px; + <img id="img-$index" image-spinner-src="img/pausevideo.png" style="margin-top:0px; width: 100% !important; height: auto !important;" /> </div> |
