We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b73fe commit 69bb84dCopy full SHA for 69bb84d
resources/views/littlelink.blade.php
@@ -284,7 +284,7 @@ function get_operating_system() {
284
<div class="column" style="margin-top: 5%">
285
<!-- Your Image Here -->
286
@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;">
+ <img alt="avatar" class="rounded-avatar fadein" src="{{ url(findAvatar($userinfo->id)) }}" width="auto" height="128px" style="object-fit: cover;">
288
@else
289
<img alt="avatar" class="rounded-avatar fadein" src="{{ asset('littlelink/images/logo.svg') }}" width="128px" height="128px" style="object-fit: cover;">
290
@endif
0 commit comments