diff options
Diffstat (limited to 'www/templates/events-modal.html')
| -rw-r--r-- | www/templates/events-modal.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index b58e2711..29b6004e 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -45,7 +45,8 @@ <div ng-if="defaultVideo!==undefined && defaultVideo!='' && !isSnapShot()"> <div ng-if="videoIsReady"> - <div style="height:{{$root.devHeight}}px; width:{{$root.devWidth}}px;"> + <!--<div style="height:{{$root.devHeight}}px; width:{{$root.devWidth}}px;">--> + <div ng-style="{'height':$root.devHeight+'px', 'width':$root.devWidth+'px'}" <!-- |
