There was an error while loading. Please reload this page.
2 parents 103e3a5 + 72adc43 commit 547bd7bCopy full SHA for 547bd7b
src/components/FwbAvatar/FwbAvatar.vue
@@ -6,6 +6,7 @@
6
<img
7
v-if="img && !imageError"
8
:alt="alt"
9
+ class="object-cover"
10
:class="avatarClasses"
11
:src="img"
12
@error="setImageError"
0 commit comments