Save Webserver Space by turning off Image Thumbnails in WordPress

If you are using wordpress as your blogging system you know that everytime you publish a post with an image, WordPress creates two thumbnails and store them in the web server. These thumbnails are useful for photo galleries where smaller image will be displayed have a link to original image. These thumbnails are useful if you displaying some photo gallery but otherwise it just eat up the valuable web space.

You may want to disable this feature all together so that WordPress does not generates these thumbnails. Following are the simple steps to turn off the image thumbnail creation in wordpress:

  1. Login to WordPress Admin panel
  2. Go to Settings -> Media Settings
  3. Set the textbox values to 0 for Height and Width in Thumbnail size, Medium size and Large size section.
  4. Also uncheck the checkbox for Crop thumbnail to exact dimensions (normally thumbnails are proportional)
  5. Save changes. WordPress will never generate the thumbnails.

View Comments

  • this solutions is not working with my wordpress 2.8.4? any other idea to disable thumbnails?
    thks a lot!

  • Hi Lucien,
    The above setting is working perfectly with my Wordpress 2.8.4 setup. I cleared the Width and Height option in Settings -> Media tab and it stopped creating thumbnail images.

  • Wordpress still creates 3 images, im using a child theme of twenty eleven. I have also tried putting code that is widly used in the function file still duplicates images.

  • Hi,
    I'm using Optimizepress theme and it doesn't seem to work - WP version 3.5.1
    Any alternative advice would be gratefully received
    Thanks
    Laura :-)

  • But still one major issue , Stop use thumbnail native image
    I want Use cache image thumbnail inserted of native image, its create junk on web-space
    e.g If I upload one product its make 3-6 thumbnail image from original picture.

    How can I use Cache images system e.g. megento, prestashop, opencart with easy one click all cache clear option

    note: use spl folder location for store cache images not wp-content/2015/12/

Share
Published by
Viral Patel
Tags: tips & tricks webserver wordpress wordpress tips

Recent Posts

  • Java

Java URL Encoder/Decoder Example

Java URL Encoder/Decoder Example - In this tutorial we will see how to URL encode/decode…

4 years ago
  • General

How to Show Multiple Examples in OpenAPI Spec

Show Multiple Examples in OpenAPI - OpenAPI (aka Swagger) Specifications has become a defecto standard…

4 years ago
  • General

How to Run Local WordPress using Docker

Local WordPress using Docker - Running a local WordPress development environment is crucial for testing…

4 years ago
  • Java

Create and Validate JWT Token in Java using JJWT

1. JWT Token Overview JSON Web Token (JWT) is an open standard defines a compact…

4 years ago
  • Spring Boot

Spring Boot GraphQL Subscription Realtime API

GraphQL Subscription provides a great way of building real-time API. In this tutorial we will…

4 years ago
  • Spring Boot

Spring Boot DynamoDB Integration Test using Testcontainers

1. Overview Spring Boot Webflux DynamoDB Integration tests - In this tutorial we will see…

4 years ago