Skip to content

Commit 547bd7b

Browse files
authored
Merge pull request #407 from andreyjamer/avatar-fix
Fixed image sizing bug in avatar component
2 parents 103e3a5 + 72adc43 commit 547bd7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/FwbAvatar/FwbAvatar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<img
77
v-if="img && !imageError"
88
:alt="alt"
9+
class="object-cover"
910
:class="avatarClasses"
1011
:src="img"
1112
@error="setImageError"

0 commit comments

Comments
 (0)