How to upload webp image in Sitecore CMS
Sitecore don't support webp extension to upload in media library. We need to customize sitecore to enable to upload webp extension. We need to create webp items in Media folder in Template section of content tree, as per below step in master database. Duplicate below two items in CMS with name webp : 1. /sitecore/templates/System/Media/Unversioned/Jpeg Enter webp in name popup which comes after clicking duplicate option. path of new item: /sitecore/templates/System/Media/Unversioned/webp 2. /sitecore/templates/System/Media/Versioned/Jpeg Enter webp in name popup which comes after clicking duplicate option. path of new item: /sitecore/templates/System/Media/Versioned/webp We need to create a config patch file /Include/Foundation/*ProjectName*/CustomImageExtension.config with below line : <?xml version="1.0" encoding="utf-8" ?> <configuration xmlns:patch="http://www.sitecore.net/xmlconfig/"> <sitec...