ImageProcessor not cropping images on Azure Blob Storage V8
I am currently recreating our version 7 site in version 8.18.5.
The images are stored in Azure Blob Storage. I am developing locally and using the Azure Storage emulator. The version 7 site displays and crops images correctly but the V8 site ignores the crop query parameters. Here is an example of the IMG tag, which is rendered exactly the same on each version
ImageProcessor not cropping images on Azure Blob Storage V8
I am currently recreating our version 7 site in version 8.18.5.
The images are stored in Azure Blob Storage. I am developing locally and using the Azure Storage emulator. The version 7 site displays and crops images correctly but the V8 site ignores the crop query parameters. Here is an example of the IMG tag, which is rendered exactly the same on each version
<img alt="Bonfire 1" class="card-img-top img-fluid" height="337" loading="lazy" src="/media/1248/bonfire-1.jpg?anchor=center&mode=crop&width=450&height=337&quality=75" width="450">
The images are just rendered in their original size. I have checked the image files' underlying file types, and they are all correct.
There is nothing in the error log.
Image Processor Versions :
ImageProcessor 2.91 ImageProcessor.Web 4.12.1
All the config files are exactly the same in both versions.
Any suggestions?
is working on a reply...