Platforms6 min read·Updated

Use WebP in Ghost to Speed Up a Publication

Ghost can transform images, but editors still drop 4 MB camera files into posts. Convert feature images and inline screenshots to WebP at 1600 px and a typical article loses several hundred kilobytes without touching the theme.

Ghost's image pipeline

Ghost resizes on the fly for different cards. The stored original still matters: every resize starts there. A 1600 px WebP original is enough for feature images and most inline photos.

Why it matters

  • Publication homepages list 9–12 feature images.
  • Newsletter HTML often inlines or links the same heavy assets.
  • Self-hosted Ghost on a VPS pays for egress.

How to do it

  1. Convert the week's images in one batch before writing.
  2. Upload WebP as the feature image and drag WebP into the editor.
  3. Keep GIFs only when you truly need animation; convert the first frame if you do not.

Settings that work

Feature image: 1600–2000 px, quality 80. Inline screenshot: 1400 px, quality 88.

Convert a batch in your browser. Nothing is uploaded.

Put it into practice

Convert your images to WebP right now, free and privately in your browser.

Open the converter

Frequently asked questions

Yes. Upload WebP in the admin. Themes using `{{img_url}}` will still generate responsive URLs.

Yes. Unsplash files are large. Re-encode to WebP at your feature width.

Keep reading

Workflow6 min read

Blog images to WebP

How to bulk convert article photos and UI screenshots to WebP with different quality for each type.

Read more
Tutorial8 min read

WebP for WordPress

Step-by-step guide to converting and uploading WebP images to WordPress, fixing upload errors, handling fallbacks and speeding up your site without extra plugins.

Read more
Performance6 min read

Compress JPG

A second JPEG pass looks worse. Convert JPEG to WebP once at 80% from the best master you have.

Read more