Needs review
Project:
Cloudinary Integration
Version:
3.0.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2026 at 19:22 UTC
Updated:
16 Apr 2026 at 13:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
aurora.luzzardiComment #3
aurora.luzzardiOne finding so far:
When using the Responsive Image field formatter, everything works as expected. It correctly generates crops and applies the configured settings, in my case, using Focal Point Scale and Crop, which is functioning properly.
However, for images using the Cloudinary named transformation image style with Image field formatter, none of the Cloudinary processing functions seem to be triggered.
I’m currently investigating why this is happening.
Comment #4
aurora.luzzardiI found the change related to this issue, it was the change on the AssetNormalizer to use ObjectNormalizer instead of the PropertyNormalizer.
I uploaded a patch moving it back to the PropertyNormalizer.
The patch applies to 3.0.0@rc5 together with all those patches below:
Comment #5
aurora.luzzardi