When using any of the transformations with 'aspectRatio' eg. ScaleByWidth, the 'ar_' string is never appended to the resulting Cloudinary URL.
Maybe I'm missing something here, but I was expecting something like CloudImage.ScaleByWidth(400,'1:1').URL to append 'ar_1:1'.
When using any of the transformations with 'aspectRatio' eg. ScaleByWidth, the 'ar_' string is never appended to the resulting Cloudinary URL.
Maybe I'm missing something here, but I was expecting something like CloudImage.ScaleByWidth(400,'1:1').URL to append 'ar_1:1'.