mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-05-04 11:58:53 +02:00
Changed avatar width="auto"
This commit is contained in:
parent
88b73febf9
commit
69bb84d78f
@ -284,7 +284,7 @@ function get_operating_system() {
|
|||||||
<div class="column" style="margin-top: 5%">
|
<div class="column" style="margin-top: 5%">
|
||||||
<!-- Your Image Here -->
|
<!-- Your Image Here -->
|
||||||
@if(file_exists(base_path(findAvatar($userinfo->id))))
|
@if(file_exists(base_path(findAvatar($userinfo->id))))
|
||||||
<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;">
|
||||||
@else
|
@else
|
||||||
<img alt="avatar" class="rounded-avatar fadein" src="{{ asset('littlelink/images/logo.svg') }}" width="128px" height="128px" style="object-fit: cover;">
|
<img alt="avatar" class="rounded-avatar fadein" src="{{ asset('littlelink/images/logo.svg') }}" width="128px" height="128px" style="object-fit: cover;">
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user