Add image dimensions

#802
This commit is contained in:
2019-03-31 10:38:18 -05:00
parent 1f16c07d94
commit 8f56dafdb5
11 changed files with 32 additions and 32 deletions

View File

@ -26,7 +26,7 @@
{% endfor %}
</div>
{% endif %}
<p><img src="{{include.image}}" alt="{{include.title}}" class="panel-item">{{include.description}}</p>
<p><img src="{{include.image}}" width="120" height="120" alt="{{include.title}}" class="panel-item">{{include.description}}</p>
<div>
<p>
<a class="btn btn-{{include.color}} mb-1" href="{{include.url}}">Website:
@ -37,7 +37,7 @@
{% endif %}
</a>
{% if include.tor %}
<a class="mb-1" data-toggle="tooltip" data-placement="bottom" data-original-title="{{include.tor}} Requires specific software to access: torproject.org" href="{{include.tor}}"><img alt="Tor" src="assets/img/layout/tor.png" width="35"></a>
<a class="mb-1" data-toggle="tooltip" data-placement="bottom" data-original-title="{{include.tor}} Requires specific software to access: torproject.org" href="{{include.tor}}"><img alt="Tor" src="assets/img/layout/tor.png" width="35" height="35"></a>
{% endif %}
{% if include.extra_button %}