diff options
Diffstat (limited to 'www/templates/moment.html')
| -rw-r--r-- | www/templates/moment.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/moment.html b/www/templates/moment.html index bb62c581..e58b0e11 100644 --- a/www/templates/moment.html +++ b/www/templates/moment.html @@ -97,7 +97,7 @@ <span style="float:right"> <button class="button button-small button-icon icon {{moment.Event.icon}}" ng-click="toggleCollapse(moment.Event.MonitorId, moment.Event.Id)"></button>{{moment.Event.collapseCount}} </span> </figcaption> - <img image-spinner-src="{{moment.Event.baseURL}}/index.php?view=image&fid={{moment.Event.MaxScoreFrameId}}&width={{moment.Event.thumbWidth*2}}&height={{moment.Event.thumbHeight*2}}" + <img image-spinner-src="{{constructFrame(moment)}}" img-spinner-w="{{moment.Event.width}}" img-spinner-h="{{moment.Event.height}}" image-spinner-loader="lines" on-tap="playEvent(moment)" on-swipe-left="showThumbnail(moment.Event.baseURL,moment.Event.MaxScoreFrameId)" /> |
