Issue#2884: Crop images for the timeline
parent
5685450423
commit
cea5ed0e73
|
@ -2,4 +2,4 @@
|
||||||
div.activity-image-attachment
|
div.activity-image-attachment
|
||||||
blockquote
|
blockquote
|
||||||
a(href="{{::attachment.url}}", title="See {{::attachment.filename}}", target="_blank")
|
a(href="{{::attachment.url}}", title="See {{::attachment.filename}}", target="_blank")
|
||||||
img(ng-src="{{::attachment.url}}", alt="{{::attachment.filename}}")
|
img(ng-src="{{::attachment.thumb_url || attachment.url}}", alt="{{::attachment.filename}}")
|
||||||
|
|
Loading…
Reference in New Issue