Startseite Image Thumbnail

Image Thumbnail

Generate proportionally-scaled thumbnails at 64/128/256/512 px or a custom size — 100% in your browser.

Source

Bild hier ablegen

oder klicken zum Durchsuchen

.png.jpg.webp.gif.bmp

Options

Original
Thumbnail
Thumbnail dimensions:

What is an image thumbnail?

An image thumbnail is a reduced-size version of a larger image, typically used to preview content at a glance without loading the full-resolution file. Thumbnails appear in file explorers, photo galleries, video previews, e-commerce product listings, search results, social media feeds, and content management systems. By scaling the longest edge down to a target size such as 64, 128, 256 or 512 pixels and preserving the original aspect ratio, a thumbnail keeps the visual essence of the source image while being a fraction of the file size — usually 90–99% smaller than the original.

Thumbnails are essential for performance and UX on the web. A typical product page or gallery may show dozens of images at once; if each one were loaded at full resolution, the page would be painfully slow and consume large amounts of bandwidth. By generating thumbnails at the size they will actually be displayed, you reduce page weight, speed up load times, lower CDN and hosting costs, and improve Core Web Vitals scores. This thumbnail generator does the resizing entirely in your browser via the Canvas API — no upload, no sign-up, and no quality loss beyond the inherent resize.

Proportional scaling explained

This tool resizes images proportionally, meaning the aspect ratio is always preserved and the image is never stretched or squashed. Whichever side of the image is longer — width or height — becomes the target size you choose; the other side is calculated to maintain the original ratio. For example, if you set a 256 px thumbnail on a 1920×1080 landscape photo, the result will be 256×144. If you set 256 px on a 1080×1920 portrait photo, the result will be 144×256. The table below shows how different source ratios map to common thumbnail sizes.

Source ratioExample256 px thumbnail
16:9 landscape1920×1080256×144
4:3 landscape1600×1200256×192
1:1 square1080×1080256×256
3:4 portrait1200×1600192×256
9:16 portrait1080×1920144×256

Proportional scaling is the right choice for almost every thumbnail use case because it preserves the composition of the source image. If you need exact pixel dimensions regardless of source ratio (which will stretch the image), use the dedicated Image Resizer tool instead.

Which thumbnail size should you choose?

The right thumbnail size depends on where it will be displayed and how much detail the user needs to see. Tiny thumbnails work for grids and contact sheets; medium sizes work for cards and listings; larger thumbnails are needed for hero previews and product details. Use the smallest size that still looks acceptable at the display dimensions — this minimises file weight and maximises performance.

  • 64 px — File explorer icons, contact sheets, very dense grids. Great when only a hint of the image is needed.
  • 128 px — Search results, social media avatars, comment thumbnails. A good balance of size and detail.
  • 256 px — Product cards, gallery thumbnails, blog post featured images. Default for most web thumbnails.
  • 512 px — Larger previews, Open Graph images, social share previews, retina-ready cards.
  • Custom — Use when you have an exact display size to target, e.g. 300×300 for a specific grid cell.

When to use a thumbnail generator

Generating thumbnails is one of the highest-leverage optimisations you can make for image-heavy websites and applications. Common scenarios include:

  • E-commerce stores. Generate small product card thumbnails for fast category page loads, then load the high-resolution image only on the product detail page.
  • Photo galleries and portfolios. Show a grid of thumbnails that link to full-resolution originals, dramatically reducing initial page weight.
  • Content management systems. Pre-generate thumbnails for uploaded media so the CMS can serve the right size for each context.
  • Blogs and news sites. Create featured-image thumbnails to speed up article listing pages and RSS feeds.
  • Search and directory sites. Show small preview thumbnails next to each result for quick visual scanning.
  • Mobile apps. Ship thumbnails to reduce data usage on mobile networks and improve scroll performance.

How to generate a thumbnail

Creating a thumbnail with this tool takes only a few seconds and runs entirely in your browser. No upload, no sign-up, and no installation are required. Follow these steps:

  1. Upload your image. Drag and drop a PNG, JPG, WebP, GIF or BMP file, oder klicken zum Durchsuchen.
  2. Choose a thumbnail size. Pick 64, 128, 256, 512 px, or select "Custom" to enter a specific pixel value.
  3. Choose an output format. PNG preserves transparency, JPG is best for photos, WebP gives the smallest files.
  4. Generate. Click "Generate Thumbnail". The tool resizes the image proportionally via the Canvas API and shows original vs thumbnail file size.
  5. Download. Click "Download Thumbnail" to save the file with a _thumb suffix added to the original name.

Because every step runs locally with JavaScript and the Canvas API, your source image never leaves your browser. This makes the tool completely private, fast, and suitable for sensitive or unreleased imagery.

Is this thumbnail generator free?

Yes, completely free with no sign-up, no watermarks and no limits.

What is the largest thumbnail I can generate?

Up to 4096 px via the Custom option. For most use cases 64–512 px is sufficient.

Is the aspect ratio preserved?

Yes. The longest side becomes the chosen size and the other side is scaled to maintain the original ratio.

Are my images uploaded?

No. All processing is local. Your images never leave your browser.