Closed mohamedary closed 3 years ago
What do you mean? we have this function
Nevermind, I realized I could have several preview options to view the image in that size.
# Crop additional image variations [ width, height, upSize, upWH ]
'sizes' => [
'thumb' => [ 200, 200, true, false ],
'medium' => [ 800, null, true, false ],
'mini' => [64, 64, true, false],
'brand' => [58, 58, true, false],
'slider' => [750, 549, true, false],
'logo_header' => [140, 50, true, false],
'logo_footer' => [246, 88, true, false],
'favicon' => [16, 16, true, false],
'slider_ad' => [120, 600, true, false],
'bottom_ad' => [1140, 141, true, false]
],
It would be super if you implement resizing feature to the images.