Fix testimonial image dimensions
This commit is contained in:
parent
b0e06e3c3d
commit
4be8d44d21
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue