diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-25 13:06:47 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-25 13:06:47 -0400 |
| commit | da1db311fb6835e8d0b60cf073cd8803e96fe0a6 (patch) | |
| tree | c187173a26ce7a32ee74cfc2d913e451d0468616 /www/templates/events-modal.html | |
| parent | ecc85318c69c09b30382f0a26a7d461619d42c47 (diff) | |
fix live playback url, show snapshot instead of auto play #725
Diffstat (limited to 'www/templates/events-modal.html')
| -rw-r--r-- | www/templates/events-modal.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index ad3266a8..319f8366 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -40,6 +40,7 @@ <div ng-if="liveFeedMid"> + <img image-spinner-src="{{currentEvent.Event.streamingURL}}/nph-zms?mode=jpeg&monitor={{liveFeedMid}}&connkey={{connKey}}{{$root.authSession}}" ng-class="{'object-fit_cover':imageFit==false, 'object-fit_contain':imageFit==true}" on-double-tap="closeModal();" img-spinner-w="1024" img-spinner-h="768" image-spinner-loader="lines" imageonload="modalImageLoaded()" |
