feat: fixed width and preloader for product view page
This commit is contained in:
@@ -287,7 +287,7 @@ class ProductsService
|
||||
$images[] = [
|
||||
'thumbnailURL' => $this->image
|
||||
->make($imagePath)
|
||||
->resize($imageThumbWidth, $imageThumbHeight)
|
||||
->contain($imageThumbWidth, $imageThumbHeight)
|
||||
->url(),
|
||||
'largeURL' => $this->image->make($imagePath)->resize($imageFullWidth, $imageFullHeight)->url(),
|
||||
'width' => $width,
|
||||
|
||||
Reference in New Issue
Block a user