Skip to content
Snippets Groups Projects
Commit 9467308e authored by Štěpán Farka's avatar Štěpán Farka
Browse files

[FIX] rounded avatar images

parent 8ec542d1
No related branches found
No related tags found
2 merge requests!435Release upgrades,!430Feature/majak misc enhancements
Pipeline #7184 passed
......@@ -2,7 +2,7 @@
<div class="badge badge--condensed">
<a href="{{ person_page.url }}" class="avatar badge__avatar avatar--sm">
{% image person_page.profile_photo max-80x80 as profile_img %}
{% image person_page.profile_photo fill-80x80 as profile_img %}
<img src="{{ profile_img.url }}" alt="{{ person_page.title }}"/>
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment