Fix testimonial image dimensions

This commit is contained in:
Oliver Davies 2017-09-12 14:35:08 +01:00
parent b0e06e3c3d
commit 4be8d44d21

View file

@ -74,9 +74,10 @@ testimonials:
{% if testimonial.image %} {% if testimonial.image %}
<img <img
src="{{ site.url }}/assets/images/testimonials/{{ testimonial.image }}" src="{{ site.url }}/assets/images/testimonials/{{ testimonial.image }}"
class="fr mw3 br-100 ml4 mb4"
alt="{{ testimonial.name }}" alt="{{ testimonial.name }}"
> class="fr mw3 br-100 ml4 mb4"
height="65"
width="65">
{% endif %} {% endif %}
{% if testimonial.role %} {% if testimonial.role %}