This commit is contained in:
Mekan1206
2026-02-19 01:08:52 +05:00
parent bf69d6733b
commit ba537b7868
2 changed files with 6 additions and 5 deletions

View File

@@ -15,9 +15,8 @@ class ProductMediaResource extends JsonResource
public function toArray(Request $request): array
{
return [
'thumbnail' => $this->getUrl('thumb288x431'),
'thumbnail' => $this->getUrl('thumb400x400'),
'images_400x400' => $this->getUrl('thumb400x400'),
'images_720x720' => $this->getUrl('thumb720x720'),
'images_800x800' => $this->getUrl('thumb800x800'),
'images_1200x1200' => $this->getUrl('thumb1200x1200'),
];