Hello.
Under Umbraco 13 project, I have tried to add the following line:
app.UseImageSharp();
to startup app code.
Than I have added a test Document Type with Media picker property and a cshtml View to show it. Created a node of that document type, uploaded a jpg or png file to its media picker and published the page.
Then I run the project, opened this page containing images (jpg or png) locally in Chrome browser and saw that for some reason the images are NOT receiving as webp (in Type column of Chrome's Network tab). Type column shows original jpeg or png type, and not webp as expected.
NOTE: Earlier I used exactly the same flow under Umbraco 12 (added the same single line of code, without any additional settings) - and there it worked, so all the images are receiving as webp type (in Type column of Chrome's Network tab).
Could you please advice how to achieve the same behavior under Umbraco 13 (with as less efforts as possible)?
Thanks.