max width 900px for all iamges

This commit is contained in:
benharri 2016-07-22 02:18:35 -04:00
parent d8cc3db2cc
commit 5fdf6cbdf0
3 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
<br><br>
{# </span> #}
{% if post.image is defined %}
<img class="img-fluid" src="{{ post.image.src }}" alt="{{ post.image.alt ?? "" }}">
<img max-width="900" class="img-fluid" src="{{ post.image.src }}" alt="{{ post.image.alt ?? "" }}">
<hr>
{% endif %}
<p>{{ post.teaser|raw }}</p>

View File

@ -31,7 +31,7 @@
<hr>
{% if post.image is defined %}
<img class="img-fluid" src="{{ post.image.src }}" alt="{{ post.image.alt ?? "" }}">
<img max-width="900" class="img-fluid" src="{{ post.image.src }}" alt="{{ post.image.alt ?? "" }}">
{% if post.image.caption is defined %}
<p><em>{{ post.image.caption }}</em></p>
{% endif %}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 395 KiB

After

Width:  |  Height:  |  Size: 374 KiB