UmbracoFileSystemProviders.Azure icon indicating copy to clipboard operation
UmbracoFileSystemProviders.Azure copied to clipboard

ImageProcessing plugins are not triggered after using this package

Open SoulOfUniverse opened this issue 4 years ago • 1 comments

I'm having similar issue, I'm using this package https://github.com/Bjornmamman/Our.Umbraco.AutoImageOptimze Locally works fine as expected with latest version of UmbracoCms 8.11.1 However once migrated to azure blob storage using UmbracoFileSystemProviders.Azure.Media Files are fetched fine, but never in webp extension, tried query params format=webp, all the same; nowebp

Also standard cropping queries do not work neither, looks like image processing is simply ignored.

SoulOfUniverse avatar Feb 22 '21 11:02 SoulOfUniverse

Obviously any image processing pipeline stopped working, once I switch to local file provider everything is works as expected, images can be cropped, resized and etc.

SoulOfUniverse avatar Feb 22 '21 13:02 SoulOfUniverse