1. Optimizing Web Assets
Web DeveloperBackground
A developer has a collection of high-resolution AVIF images that are too large for a mobile-friendly landing page.
Problem
The images need to be converted to WebP and resized to 800px width to improve page load speed.
How to use
Upload the AVIF file, set 'Target Size' to 800, and adjust 'WebP Quality' to 80.
quality: 80, targetSize: 800, resizeMethod: insideOutcome
A lightweight WebP image scaled to 800px width, ready for immediate deployment.