Since CryoLayer needs to modify HTML to support WebP images, this can sometimes negatively affect styles on some sites. This is why we turn this feature off by default. Follow these instructions to turn on WebP images.

  1. In your Vercel site's dashboard, click the site's "Settings" tab.
  2. Click on "Environment Variables" on the left-hand side.
  3. Input "WEBP" for the variable name, and "yes" for the value, without the quotes.
  4. Click "Add"
  5. Now just publish your Webflow site again. Once Vercel is done building, check your site to make sure there aren't any styling issues.

If you notice any styling issues with your site, go back into the Environment Variables settings and remove the "WEBP" variable you just created.