diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-02 08:45:52 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-02 08:45:52 -0400 |
| commit | 6fba981549765b2e8ef8cb0022a791e7947d125a (patch) | |
| tree | 321d4c5e9fec3bfbec574f23430f7610c3ce8656 /www/templates/events-modal.html | |
| parent | 8e570f62cebc6235c3cbb5ee837a133ef5248a97 (diff) | |
css cleanup / jshint
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'}" <!-- |
