Use image width 300px

This commit is contained in:
PCoder 2017-11-19 14:54:16 +01:00
parent 4e8b3cdbe8
commit f927220a88
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div class="container">
<div>
{% if instance.image %}
<img src="{{ instance.image.url }}" height="300" alt=""
<img src="{{ instance.image.url }}" alt=""
class="logo-image" img-responsive="" width="300"/>
<div class="header-vh"></div>
{% endif %}