I've enabled Strict Transformations on my Cloudinary config.
This restricts what transformations can be delivered by Cloudinary. I have enabled certain width*height transformations to be delivered and that works fine.
The problem comes when I want to retrieve an image with the attachment flag (fl_attachment). This was working before enabling strict transformations, but after that it isn't retrieving the image.
Is there any way to enable certain flags in Strict Transformations mode?