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 376fbd3 commit 6338397Copy full SHA for 6338397
resources/views/studio/page.blade.php
@@ -18,9 +18,9 @@
18
19
<div class="form-group col-lg-8">
20
@if(file_exists(base_path("img/$page->littlelink_name" . ".png" )))
21
- <img src="{{ asset("img/$page->littlelink_name" . ".png") }}" style="width: 75px; height: 75px; border-radius: 50%;">
+ <img src="{{ asset("img/$page->littlelink_name" . ".png") }}" style="width: 75px; height: 75px; border-radius: 50%; object-fit: cover;">
22
@else
23
- <img src="{{ asset('littlelink/images/logo.svg') }}" style="width: 75px; height: 75px;">
+ <img src="{{ asset('littlelink/images/logo.svg') }}" style="width: 75px; height: 75px; object-fit: cover;">
24
@endif
25
</div>
26
0 commit comments