bilder ein bisschen responsiver machen

This commit is contained in:
sirx 2016-10-22 17:39:20 +02:00
parent 3200998994
commit 28dfe4fe27

View File

@ -30,7 +30,7 @@
</div>
{% endif %}
{% elseif item == "image" %}
<a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 1024px" /></a>
<a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 100%;height:auto;" /></a>
{% else %}
<h1>404 - Not f0cked</h1>
{% endif %}