Update post.html
This commit is contained in:
parent
f8e0d2d4b9
commit
cbf1f540d6
@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
<!-- POST MEDIA -->
|
<!-- POST MEDIA -->
|
||||||
{% if post.post_type == "image" %}
|
{% if post.post_type == "image" %}
|
||||||
<a href="{{ post.media.url }}" style="display:contents" >
|
<a href="{{ post.media.url }}" class="post_media_wrapper" >
|
||||||
<svg class="post_media"
|
<svg class="post_media"
|
||||||
width="{{ post.media.width }}px"
|
width="{{ post.media.width }}px"
|
||||||
height="{{ post.media.height }}px"
|
height="{{ post.media.height }}px"
|
||||||
|
Loading…
Reference in New Issue
Block a user