Site icon Mental Health @ Home

Making the Most of Your WordPress Media Storage Space

the word blog repeated around a globe
Wordpress logo surrounded by rainbow cloud

On a free WordPress.com plan, or a cheap one for that matter, you don’t have a ton of storage space to work with. Here are a few tips to manage your images so you can make the most out of your media storage.

Find out what sizes your theme allows

Your theme will have certain sizes for different parts of the page on your site. If you go to My Sites > Appearance > Themes, it’ll show the theme you’re using at the top of the screen, and there’s an “Info” button to the right side of that. Click that, and scroll down to the bottom, where it should give you “quick specs.”

For my theme, it says the main column width is 675 pixels, or 778 pixels when using the full-width page layout. So, if I’m using an image in a blog post, and I don’t intend for anyone to do things with it other than look at it in that blog post, I really don’t need to store it in a size any larger than 675 pixels.

My theme wants featured images to be at least 1180 pixels, so I really don’t need any of my images bigger than that if their only purpose is adding decoration to my posts.

Why does that matter? A smaller image size in pixels means fewer kB, which allows you to save storage room.

Use an embed block

One of the convenient things about the block editor is that you can easily embed content from different kinds of sites. If you want to use images from Flickr or Instagram, embedding them by pasting the URL into the block editor is a quick and easy way to include those images in your post.

Download smaller files from sites like Pixabay

I’ll use downloading an image from Pixabay as an example, but the same thing applies to similar sites. When you click the download button, it will give you different size images, and lists both the size in pixels and how much storage space it needs in kB (kilobytes) or MB (megabytes0.

It defaults to a 1980×1277 px image. Most likely, you don’t need an image that big for a blog post. Going with a smaller size can significantly cut down the amount of storage space it takes up.

Looking at a random photo on Pixabay, it offers me the following options:

Width (pixels)Height (pixels)Storage size
64042633 kB
1280851109 kB
19801277231 kB
597439754.9 MB

Use jpg rather than png

If you’re creating graphics in Canva, you can download them in png or jpg format. It will typically default to png, which contains more detail but is a larger file size. Compared to png, a jpg version of the same image will take up less storage space. If you have image software on your computer, you can also convert png files you’ve already saved to jpg.

Resizing vs. compressing

By resizing an image, you’re changing its dimensions in pixels, i.e. how wide and tall it is. Resizing an image to a smaller size will decrease the file size in kB. Compressing keeps the same dimensions, but changes how it’s stored, so you keep the same height and width, but decrease the amount of kB you need to store that image.

Resizing

Resizing is particularly useful if you’re using images you’ve uploaded from your phone/camera, as those will probably be 4000-ish pixels wide and a couple of MB. You have multiple options here.

You can resize within the browser version of WordPress, but first, you have to get to the wp-admin list of your images (the regular WordPress.com view is craptastic and doesn’t give you access to the resizing option, nor does the app). There are two ways to do this:

  1. Go to the address yourURL/wp-admin/upload.php in your browser (and by yourURL, I mean your actual URL, not the word yourURL)
  2. Go to My Sites > Media, and then in the top right corner of the screen, click “Screen Options,” and then choose to switch to “Classic View.”

From there:

Unlike changing the size of your image in a post, which changes how it’s displayed, this changes the actual file size in your media library, freeing up more room for you. If you go into your media library and just resize the images you’ve uploaded from your phone, you can potentially make a huge dent in how much storage space you’re using.

Let’s say you have a square image that’s 2000×2000 pixels. You only need it to be 500×500. By cutting your image from 2000×2000 (i.e. 4 million pixels total) to 500×500 (i.e. 250,000 pixels total), you can end up saving a shit ton of storage space.

There are other options if you don’t want to resize in WordPress. I don’t use Windows, so I don’t know what the options are there, but Mac OS’s Preview app is a great tool that allows you to resize images and convert from png to jpg format. Shutterstock also has a web-based resizing tool. I don’t use this, as the other options are more convenient.

Compression

If you want to compress your images to save even more storage space, you can compress an image once you’ve got it in the appropriate pixel dimensions. Resizing an image with way bigger dimensions than you need has a more significant impact than compression when it comes to saving storage space, so skip compression if you want fewer steps. Resizing an image from 4000 pixels to 1000 pixels, for example, can save you a couple of megabytes. Compressing the 1000 pixel image may save you a couple hundred more kilobytes.

There are web tools that can do this, like TinyPNG or CompressJPEG (or Google image compression tool to find more).

If you have access to plugins, there are plugins that will do this. I used to use Smush, but now I use WP-Optimize.

Using less of your time

If you’re on a free plan and almost out of space, it’s probably not worth your time to fart around going through every image you’ve got. WordPress won’t list your images by size, so you’ll have to come up with another strategy.

To make the most use of your time, start with photos you’ve uploaded, as they’re likely in the 4000px wide and 3-4 MB of storage range size. Resize those puppies down to less than 1000px wide and suddenly those pictures are only taking up a few hundred KB.

Big pretty Unsplash/Pixabay/Pexels/etc. images could be next up to resize. Moving forward, download the 1280px width routinely rather than the default 1980px it will download for you, or insert by URL if you’re so inclined.

Do you need to do any of this?

Absolutely not.

There are two main instances when this kind of thing would be relevant:

  1. You’re on a WordPress plan that limits the amount of storage space you have, and you’re running out of room.
  2. You want to speed up your site, and not loading big images unnecessarily will help with that.

If neither of those is relevant to you, you absolutely don’t have to fuss around with any of this.

Is managing images and storage space something that’s been an issue for you?

The blogging toolbox series has tips to support you in your blogging journey. It includes these posts:

Exit mobile version