Closed trippo closed 1 year ago
Can I see your config please?
'image_conversions' => [
'*' => [
'thumbnail' => [
// Image format, null for same as original
// Other options: jpg, pjpg, png, gif, webp, avif, tiff
'format' => null,
'width' => 150,
'height' => 150,
'fit' => Manipulations::FIT_CROP,
]
],
'home' => [
'medium' => [
'format' => null,
'width' => 1200,
'height' => 1200,
'fit' => Manipulations::FIT_MAX,
]
],
'banner' => [
'medium' => [
'format' => null,
'width' => 1400,
'height' => 600,
'fit' => Manipulations::FIT_CROP,
]
],
Heya @trippo! The logic was indeed a bit scuffed - all the optimizations were run on the same local file. It should now be fixed in version 1.5.3. Please give it a try and report back. Thanks!
Now work fine thanks
If I configure nova-media-hub to generate a thumbnail version for all collections, and after I add for each collection a medium conversion. When I upload an image, the conversion tool starts from the thumbnail version to crop the medium conversion. The tool must start every time from the original image, otherwise i obtain photos like this: Original: Thumbnail: Medium: