Skip to content

Commit 69bb84d

Browse files
committed
Changed avatar width="auto"
1 parent 88b73fe commit 69bb84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/littlelink.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ function get_operating_system() {
284284
<div class="column" style="margin-top: 5%">
285285
<!-- Your Image Here -->
286286
@if(file_exists(base_path(findAvatar($userinfo->id))))
287-
<img alt="avatar" class="rounded-avatar fadein" src="{{ url(findAvatar($userinfo->id)) }}" width="128px" height="128px" style="object-fit: cover;">
287+
<img alt="avatar" class="rounded-avatar fadein" src="{{ url(findAvatar($userinfo->id)) }}" width="auto" height="128px" style="object-fit: cover;">
288288
@else
289289
<img alt="avatar" class="rounded-avatar fadein" src="{{ asset('littlelink/images/logo.svg') }}" width="128px" height="128px" style="object-fit: cover;">
290290
@endif

0 commit comments

Comments
 (0)