##// END OF EJS Templates
Fixed images popup in autoloaded posts.
neko259 -
r369:e4c23855 thread_autoupdate
parent child Browse files
Show More
@@ -13,7 +13,7 b''
13 class="thumb"
13 class="thumb"
14 href="{{ post.image.url }}"><img
14 href="{{ post.image.url }}"><img
15 src="{{ post.image.url_200x150 }}"
15 src="{{ post.image.url_200x150 }}"
16 alt="{% trans 'Post image' %}"
16 alt="{{ post.id }}"
17 data-width="{{ post.image_width }}"
17 data-width="{{ post.image_width }}"
18 data-height="{{ post.image_height }}"/>
18 data-height="{{ post.image_height }}"/>
19 </a>
19 </a>
General Comments 0
You need to be logged in to leave comments. Login now