Screenshot resizing works in the UI now. Still missing rate limiting.

This commit is contained in:
Simo Kinnunen
2014-05-21 14:07:53 +09:00
parent e56d757cde
commit c0d02c4e3a
8 changed files with 43 additions and 47 deletions

View File

@@ -26,6 +26,6 @@
li(ng-repeat='shot in screenshots').cursor-select
h5 {{ shot.body.date | date:'yyyy/MM/dd HH:mm:ss' }}
a(ng-href='{{ shot.body.url }}', target='_blank')
img(ng-src='{{ shot.body.url + shotSizeUrlParameter() }}')
img(ng-src='{{ shot.body.href + shotSizeUrlParameter() }}')
.clearfix