Some image files do not get converted
-
Some image files do not get converted. Does the conversion work on the uploads directory or does it go through all the defined image sizes? The later seems to be the case, right?
I am creating some on the fly image sizes with
$figure['src'] = Timber\ImageHelper::resize($timber_image->src($imageSize), $width, $height);
.
So for instance this image:
Detail_Rosen-Poolbeet-Hausen-1280×960.jpg
gets a version like this:
Detail_Rosen-Poolbeet-Hausen-1280×960-1600×1066.656-c-default.jpgSee: https://timber.github.io/docs/reference/timber-imagehelper/#resize
Those images are saved in the uploads folder just beside the original file, but they do not get converted. Would it be possible to add a switch/checkbox in the plugin or a filter again to force conversion of all images inside the uploads folder?
Thanks again!
- The topic ‘Some image files do not get converted’ is closed to new replies.