Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • michael farrell 2 posts 72 karma points
    Jun 05, 2023 @ 14:04
    michael farrell
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft