File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,11 @@ function get_operating_system() {
135135 <div class =" column" style =" margin-top : 5% " >
136136 <!-- Your Image Here -->
137137 @if (file_exists (base_path (" img/$littlelink_name " . " .png" )) )
138- <img alt =" avatar" class =" rounded-avatar fadein" src =" {{ asset (" img/$littlelink_name " . " .png" ) } }" width =" 128px" height =" 128px" >
138+ <img alt =" avatar" class =" rounded-avatar fadein" src =" {{ asset (" img/$littlelink_name " . " .png" ) } }" width =" 128px" height =" 128px" style = " object-fit : cover ; " >
139139 @elseif (file_exists (base_path (" littlelink/images/avatar.png" )) )
140- <img alt =" avatar" class =" rounded-avatar fadein" src =" {{ asset (' littlelink/images/avatar.png' ) } }" srcset =" {{ asset (' littlelink/images/avatar@2x.png 2x' ) } }" width =" 100px " height =" 100px " >
140+ <img alt =" avatar" class =" rounded-avatar fadein" src =" {{ asset (' littlelink/images/avatar.png' ) } }" srcset =" {{ asset (' littlelink/images/avatar@2x.png 2x' ) } }" width =" 128px " height =" 128px " style = " object-fit : cover ; " >
141141 @else
142- <img alt =" avatar" class =" rounded-avatar fadein" src =" {{ asset (' littlelink/images/logo.svg' ) } }" srcset =" {{ asset (' littlelink/images/avatar@2x.png 2x' ) } }" width =" 100px " height =" 100px " >
142+ <img alt =" avatar" class =" rounded-avatar fadein" src =" {{ asset (' littlelink/images/logo.svg' ) } }" srcset =" {{ asset (' littlelink/images/avatar@2x.png 2x' ) } }" width =" 128px " height =" 128px " style = " object-fit : cover ; " >
143143 @endif
144144
145145 @foreach ($information as $info )
You can’t perform that action at this time.
0 commit comments