##// END OF EJS Templates
Added image size to the post preview
neko259 -
r482:78e843c8 1.5.1 default
parent child Browse files
Show More
@@ -15,6 +15,8 b''
15 15 href="{{ post.image.url }}"><img
16 16 src="{{ post.image.url_200x150 }}"
17 17 alt="{{ post.id }}"
18 width="{{ post.image_pre_width }}"
19 height="{{ post.image_pre_height }}"
18 20 data-width="{{ post.image_width }}"
19 21 data-height="{{ post.image_height }}"/>
20 22 </a>
General Comments 0
You need to be logged in to leave comments. Login now