Skip to content

Commit 6338397

Browse files
committed
Update page.blade.php
1 parent 376fbd3 commit 6338397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/studio/page.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
<div class="form-group col-lg-8">
2020
@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%;">
21+
<img src="{{ asset("img/$page->littlelink_name" . ".png") }}" style="width: 75px; height: 75px; border-radius: 50%; object-fit: cover;">
2222
@else
23-
<img src="{{ asset('littlelink/images/logo.svg') }}" style="width: 75px; height: 75px;">
23+
<img src="{{ asset('littlelink/images/logo.svg') }}" style="width: 75px; height: 75px; object-fit: cover;">
2424
@endif
2525
</div>
2626

0 commit comments

Comments
 (0)