Copied to clipboard

Flag this post as spam?

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


  • Dksingh 5 posts 84 karma points
    Nov 21, 2021 @ 14:11
    Dksingh
    0

    webp images not showing in Umbraco 8.14.4

    I am using ImageProcessor.Plugins.WebP for WebP in Umbraco. everything looks good except umbraco back-office not showing image prview. enter image description here

  • Marc Love (uSkinned.net) 432 posts 1691 karma points
    Nov 22, 2021 @ 10:04
    Marc Love (uSkinned.net)
    0

    Hi,

    The WebP plugin processes images in webP format on the frontend of your website. PNGs and JPEGS are converted to webP when the querystring parameter format=webp is added to the image URL.

    In the backend CMS you should see the original image rendered. You should not be seeing the webP conversion.

    You should inspect the image URL that the backoffice image is using with your browser web development tools to use to see why it is not being rendered.

    Cheers,

    Marc

  • Tomasz Kołodziejczyk 2 posts 91 karma points
    Nov 23, 2021 @ 08:59
    Tomasz Kołodziejczyk
    100

    i had same issue, problem is that plugin ImageProcessor.Plugins.WebP requires additional DLL installed on hosting server

    https://imageprocessor.org/imageprocessor/plugins/webp/

    Requires msvcr120.dll from the Visual C++ Redistributable Package for Visual Studio 2013 to be installed on the server.
    

    it's working only when there is no need to resize/optimise becouse then plugin is not used.

    you can install library from official microsoft downlaod page or use choco repository -> https://community.chocolatey.org/packages/MSVisualCplusplus2013-redist

Please Sign in or register to post replies

Write your reply to:

Draft