Update image sources to use MinIO for thumbnail display
All checks were successful
Deploy Production (admin.crewsportswear.app) / deploy (push) Successful in 3m7s
All checks were successful
Deploy Production (admin.crewsportswear.app) / deploy (push) Successful in 3m7s
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
<div class="text-center">
|
||||
@foreach($img_thumb as $img)
|
||||
@if($img->ProductId == $item->ProductId)
|
||||
<img class="previewImage" src="{{ config('site_config.prod_private_server_ip') }}:5955/{{ $img->Image }}">
|
||||
<img class="previewImage" src="{{ minio_url('images/' . $img->Image) }}">
|
||||
@endif
|
||||
@endforeach
|
||||
|
||||
|
||||
Reference in New Issue
Block a user