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 2626
2727 <div class =" form-group col-lg-8" >
2828 @if (file_exists (base_path (" img/$user -> littlelink_name " . " .png" )) )
29- <img src =" {{ asset (" img/$user -> littlelink_name " . " .png" ) } }" srcset =" {{ asset (" img/$user -> littlelink_name " . " @2x .png 2x" ) } }" width =" 100px " height =" 100px " >
29+ <img src =" {{ asset (" img/$user -> littlelink_name " . " .png" ) } }" srcset =" {{ asset (" img/$user -> littlelink_name " . " @2x .png 2x" ) } }" width =" 128px " height =" 128px " style = " object-fit : cover ; " >
3030 @elseif (file_exists (base_path (" littlelink/images/avatar.png" )) )
31- <img class =" rounded-avatar" src =" {{ asset (' littlelink/images/avatar.png' ) } }" srcset =" {{ asset (' littlelink/images/avatar@2x.png 2x' ) } }" width =" 100px " height =" 100px " >
31+ <img class =" rounded-avatar" src =" {{ asset (' littlelink/images/avatar.png' ) } }" srcset =" {{ asset (' littlelink/images/avatar@2x.png 2x' ) } }" width =" 128px " height =" 128px " style = " object-fit : cover ; " >
3232 @else
33- <img src =" {{ asset (' littlelink/images/logo.svg' ) } }" srcset =" {{ asset (' littlelink/images/avatar@2x.png 2x' ) } }" width =" 100px " height =" 100px " >
33+ <img src =" {{ asset (' littlelink/images/logo.svg' ) } }" srcset =" {{ asset (' littlelink/images/avatar@2x.png 2x' ) } }" width =" 128px " height =" 128px " style = " object-fit : cover ; " >
3434 @endif
3535 </div >
3636
You can’t perform that action at this time.
0 commit comments