diff options
Diffstat (limited to 'templates/blog/post.html')
| -rw-r--r-- | templates/blog/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/post.html b/templates/blog/post.html index b8183125..1c27eb4f 100644 --- a/templates/blog/post.html +++ b/templates/blog/post.html @@ -43,7 +43,7 @@ <div id="article-body"> {{ post.first_paragraph | safe }} - <img style="width: 100%; height: 473.3333px; margin: 20px auto; display: block; border-radius: 8px;" src="{% url 'ignis:post_image' '710' post.id %}.gif" alt="Post Image for {{ post.title }}"> + <img style="width: 100%; height: 473.3333px; max-height: 473.3333px; margin: 20px auto; display: block; border-radius: 8px;" src="{% url 'ignis:post_image' '710' post.id %}.gif" alt="Post Image for {{ post.title }}"> <hr> {{ post.body | safe }} </div> |
