Fix testimonial image dimensions
This commit is contained in:
parent
b0e06e3c3d
commit
4be8d44d21
|
@ -74,9 +74,10 @@ testimonials:
|
|||
{% if testimonial.image %}
|
||||
<img
|
||||
src="{{ site.url }}/assets/images/testimonials/{{ testimonial.image }}"
|
||||
class="fr mw3 br-100 ml4 mb4"
|
||||
alt="{{ testimonial.name }}"
|
||||
>
|
||||
class="fr mw3 br-100 ml4 mb4"
|
||||
height="65"
|
||||
width="65">
|
||||
{% endif %}
|
||||
|
||||
{% if testimonial.role %}
|
||||
|
|
Loading…
Reference in a new issue