Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Version 7.7.4 Trying to get WebP working. I have installed the WebP package of ImageProcessor. I installed the C++ Redistributable Package and the varous steps here: https://piotrbach.com/enable-webp-image-format-in-umbraco-cms/#1-install-imageprocessor-s-webp-plugin
I have helper code from another site where the WebP images do work which generates picture, source, img tags. However it doesn't work. I get the following:
<picture><source sizes="(max-width: 360px) 360px,800px" srcset="/media/1854/lx3003.jpg?mode=crop&width=360&format=webp&quality=80 360w,/media/1854/lx3003.jpg?mode=crop&width=720&format=webp&quality=80 720w,/media/1854/lx3003.jpg?mode=crop&width=800&height=600&format=webp&quality=80 800w,/media/1854/lx3003.jpg?mode=crop&width=1600&height=1200&format=webp&quality=80 1600w" type="image/webp"> <img height="600" loading="lazy" sizes="(max-width: 360px) 360px,800px" src="/media/1854/lx3003.jpg?mode=pad&width=800&height=600" srcset="/media/1854/lx3003.jpg?mode=crop&quality=80&width=360 360w,/media/1854/lx3003.jpg?mode=crop&quality=80&width=720 720w,/media/1854/lx3003.jpg?mode=crop&quality=80&width=800&height=600 800w,/media/1854/lx3003.jpg?mode=crop&quality=80&width=1600&height=1200 1600w" width="800"></picture>
It says type="image/webp" but Network still has them as jpg. Mime type is set up in web.config. What else am I missing? Thanks
Ok - turns out the new ImageProcessor.Plugins.WebP.dll and .xml weren't in bin folder and I never spotted it. Stupid stupid stupid
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Webp not working
Version 7.7.4 Trying to get WebP working. I have installed the WebP package of ImageProcessor. I installed the C++ Redistributable Package and the varous steps here: https://piotrbach.com/enable-webp-image-format-in-umbraco-cms/#1-install-imageprocessor-s-webp-plugin
I have helper code from another site where the WebP images do work which generates picture, source, img tags. However it doesn't work. I get the following:
It says type="image/webp" but Network still has them as jpg. Mime type is set up in web.config. What else am I missing? Thanks
Ok - turns out the new ImageProcessor.Plugins.WebP.dll and .xml weren't in bin folder and I never spotted it. Stupid stupid stupid
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.