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 8bbc941 commit 376fbd3Copy full SHA for 376fbd3
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; border-radius: 50%;">
+ <img src="{{ asset("img/$page->littlelink_name" . ".png") }}" style="width: 75px; height: 75px; border-radius: 50%;">
22
@else
23
- <img src="{{ asset('littlelink/images/logo.svg') }}" style="width: 75px;">
+ <img src="{{ asset('littlelink/images/logo.svg') }}" style="width: 75px; height: 75px;">
24
@endif
25
</div>
26
0 commit comments