Skip to content

How to Use the WebP Image Format in the Obvio Theme

What is the WebP image format?

WebP is an image file format which contains image data with both lossless and lossy compression. Developed by Google, WebP is basically a derivative of the WebM video format. The format is capable of reducing image file size up to 34% smaller than JPEG and PNG images while retaining high quality.

Steps to Use WebP in the Obvio Theme

You can enable WebP in DNN using one of the methods below.

Method 1: Edit web.config

  1. Enter the root directory of the site via FTP software
  2. Back up the web.config file
  3. Edit the web.config file to add the following codes in <staticContent> </staticContent>:
xml
<remove fileExtension=".webp" />
<mimeMap fileExtension=".webp" mimeType="image/webp" />
  1. Refresh the site. If the site reports an error, restore the web.config file using the backup from step 2
  2. Log in to the site as the super user, go to Settings > Security, then add WebP in Allowable File Extensions

Add WebP extension

Method 2: IIS Manager

  1. Open IIS Manager and navigate to the website you want to manage
  2. In Features View, double-click MIME Types
  3. In the Actions pane, click Add
  4. In the Add MIME Type dialog box, type webp in the File name extension text box
  5. Type image/webp in the MIME type text box
  6. Log in to the site as the super user, go to Settings > Security, then add WebP in Allowable File Extensions

Add WebP extension

Convert JPG/PNG to WebP

You can convert JPG/PNG images to WebP via CloudConvert.

Finally, you can upload and use the WebP images in the theme just like other image formats.