Toolsy
Back to blog

Guides

WebP for websites: when to use it

12 min read

WebP is the practical default for many website photos and graphics in 2026: modern browsers decode it, and files often land smaller than similar-looking JPEG or PNG. You still keep JPG or PNG when the file leaves the browser: email, some Open Graph scrapers, and older CMS upload allowlists. Convert delivery assets with Convert to WebP. When a portal rejects WebP, reverse with WebP to JPG or WebP to PNG. This guide is the when-to-use decision. The reverse CMS path is covered in WebP to JPG for older CMS uploads.

What WebP changes on a real page

Lossy WebP usually shrinks photographs versus JPEG at a similar visual quality. Lossless WebP can replace many PNG graphics at a smaller size while keeping sharp edges and transparency. Animation exists in the format family, but most site workflows still prefer short video for motion.

Smaller bytes help Largest Contentful Paint when images are the bottleneck. They do not fix a 4,000-pixel hero scaled down in CSS. Resize to the display size, then compress.

WebP is not magic for every asset. Screenshots with tiny text sometimes look softer under heavy lossy settings. Logos that must stay vector belong as SVG when the stack allows it.

Treat WebP as a delivery format. Keep a master PNG or high-quality JPEG in your design archive when you expect future crops.

When WebP wins versus JPG and PNG

Photos on a modern site: prefer WebP (or AVIF with a WebP/JPEG fallback if your CDN already negotiates formats). Start from a clean master, not a twice-compressed social download.

UI graphics with transparency: WebP or PNG. JPG cannot keep alpha. If the CMS accepts WebP, you often save weight versus PNG.

Screenshots for docs: compare PNG versus WebP at your quality setting. If text looks muddy, stay on PNG or raise WebP quality. See PNG vs JPG for screenshots for the broader screenshot choice.

Product grids: WebP thumbnails cut weight across dozens of tiles. Marketplace rules may still demand JPEG dimensions; check seller specs before you standardize.

Cases where JPG still wins

Email clients and many compose windows remain happiest with JPEG. Print shops and some design handoffs expect JPG or TIFF. Open Graph and social scrapers are inconsistent on modern formats; a JPG OG image avoids blank previews.

Legacy desktop apps and older upload forms whitelist JPEG/PNG/GIF only. Convert back when the form rejects WebP rather than fighting MIME errors for one banner.

Cases where PNG still wins

Pixel-perfect UI, screenshots with fine type, and assets that must stay lossless under repeated edits. If every tool in your chain expects PNG, converting to WebP only for the final <img> is enough; do not force PNG masters into lossy WebP mid-edit.

Browser support and fallback patterns

Chrome, Firefox, Safari, and Edge have supported WebP for years. Internet Explorer is not a 2026 planning target for most sites. The remaining gaps sit outside the browser: email, some crawlers, and old CMS plugins.

On HTML pages you control, a <picture> element can offer AVIF, then WebP, then JPEG. Many CDNs and image pipelines negotiate format from one master automatically. Pick one strategy and document it so editors do not upload three conflicting files by hand.

You do not need a fallback solely because WebP is “new.” You need a fallback when a specific consumer rejects it. Measure that consumer (email, OG debugger, vendor portal) instead of inventing fear.

Open Graph and social previews

Test the live URL in a debugger after you change formats. If the preview breaks, ship a JPG or PNG OG image even when on-page heroes stay WebP. Related reading: Open Graph tags for social previews and OG image size and aspect ratio.

CMS media libraries

WordPress and similar stacks often accept WebP now, sometimes via plugins. Older locked installs may not. Upload WebP when the library accepts it; keep WebP to JPG for the stubborn form.

Convert PNG or JPG to WebP on Toolsy

Open Convert to WebP. Upload a PNG or JPG, convert, download. Free daily quota applies. The file is processed for the response and not kept afterward.

Compare the WebP next to the source at 100% zoom on a typical section (face, text, sky). If you see banding or mushy edges, raise quality or keep PNG for that asset.

Do not convert, download, then re-upload into another heavy compressor without looking. Double compression shows up as muddy color.

Need the reverse for an email attachment? WebP to JPG. Need alpha preserved for a badge? WebP to PNG. Further shrinking after format choice: compress image and compress images before email.

Quality settings without a lab

Start mid-high for heroes (roughly the tool’s upper middle range) and lower for thumbnails. Judge on a phone-sized preview as well as a desktop monitor. Product color-critical shots deserve a human look, not only a byte count.

Shipping both WebP and a fallback file

Keep hero.webp and hero.jpg in the same folder when your template cannot use <picture> yet. Point modern CSS/HTML at WebP when you can. Point email templates at JPG only.

Related image jobs on Toolsy

Shopify dimension headaches: Shopify product image size without slow pages. AVIF arrivals you need as JPEG: AVIF to JPG for content editors. HEIC from iPhones is a different intake problem than WebP delivery.

Seller marketplace rules still override format fashion. Read the channel’s photo guide before you bulk convert a catalog.

Checklist before you replace production images

Keep the master file. Convert a copy. Compare WebP against the source at full zoom on a face, a sky, and any small type.

Check the live template on a phone and a laptop. Confirm lazy-loading and width/height attributes still prevent layout shift. Swap one page first if you manage a large catalog.

Run a social debugger if the image is shared. Confirm email templates still point at JPG or PNG. Document the format rule in your CMS so the next editor does not reintroduce 5 MB PNG heroes.

Limits and honest non-goals

Free daily quota and upload size caps apply on image tools. Huge raw camera files may need a prior resize.

Toolsy converts files; it does not configure your CDN or rewrite every WordPress theme. Pair conversion with how your host serves images.

Animated GIF to still WebP paths drop animation. Keep GIF or use video when motion is the content.

Frequently asked questions

When should I use WebP on a website?

Use WebP for on-page photos and many graphics when your audience runs modern browsers and your CMS accepts the upload. Keep JPG or PNG for email, some social preview images, and forms that reject WebP.

Is WebP better than JPG for photos?

Often yes on file size at similar looks. Always compare a real crop from your site. If quality dips at your settings, raise quality or stay on JPEG for that hero.

Is WebP better than PNG for logos?

When you need transparency and smaller files, WebP can replace PNG for delivery. Keep SVG for true vectors when possible. Keep a PNG master if your design tool round-trips better with PNG.

Do all browsers support WebP in 2026?

Current major browsers do. Plan fallbacks for non-browser consumers (email, older upload validators, picky OG scrapers), not for Chrome-versus-Safari fear.

How do I convert PNG to WebP for free online?

Use Convert to WebP within the free daily quota. Download and verify before you replace production assets. Keep the original PNG in source control or your DAM.

What if my CMS rejects WebP?

Convert that copy to JPG or PNG with WebP to JPG or WebP to PNG. Details in WebP to JPG for older CMS uploads.

Should Open Graph images be WebP?

Only if your target networks preview them reliably. Many teams ship JPG OG images even when page content uses WebP. Test before you standardize.

Does WebP help SEO by itself?

Smaller images can improve performance metrics that relate to rankings. Renaming a file to .webp without resizing or compressing a giant photo will not fix a slow page.

Can I use WebP in email?

Often poorly. Prefer JPG or PNG for email heroes and signatures unless you have tested your exact clients.

Where does AVIF fit?

AVIF can shrink further on supporting browsers. Serve it with WebP or JPEG fallbacks when your pipeline supports negotiation. For editors stuck with AVIF downloads, see the AVIF conversion guides.

For reverse conversion when uploads fail, continue with WebP to JPG for older CMS uploads. For screenshot format choice, see PNG vs JPG for screenshots. For PNG/JPG/WebP/HEIC in one place, see Image formats cheat sheet for marketers.

Convert to WebP

Upload PNG or JPG and download WebP for lighter pages. Free daily quota. Keep JPG/PNG copies for email and old CMS uploads.

Convert to WebP
Share this article

More to read

WebP for websites: when to use it — Toolsy