Categories: Education

Backup Series: Why, How, and Where to Store Your WordPress Backups

If backing up your website isn’t a key part of your strategy, it should be. You can’t afford for your site to be down if something happens. With regular backups, you can mitigate those issues.

The post Backup Series: Why, How, and Where to Store Your WordPress Backups appeared first on HighEdWebTech.

WordPress Logo ImageWordPress Logo ImageWordPress version 5.3 released last week. In this release, there are changes in the way WordPress handles very large image uploads. Previous to 5.3, the software would allow you or your users to upload images of any size into the media library.

This in and of itself is not a problem, but many sites and themes did not have automatic image and/or thumbnail image sizing setup. These sites often just embed that full size image into a page, template or post and scale it down with CSS or hard-code it in the image tag. In version 5.3, WordPress will size down images over 2560 pixels high and wide down to a max of 2560 pixels (in either direction.) That means your 4000 pixel wide image would be sized down to 2560 pixels wide and scaled horizontally proportionally.

Here’s a snipped from the WordPress.org blog talking about the change:

When a new image is uploaded, WordPress will detect if it is a “big” image by checking if its height or its width is above a big_image threshold. The default threshold value is 2560px, filterable with the new big_image_size_threshold filter.

What’s important to note is that the original uploaded image is not discarded. It will still be stored in the system, and you can access it using the original_image meta value. It can also be accessed by calling  this new function: wp_get_original_image_path(). This is important to remember if you have limited storage available.

For most users, they won’t notice this change. It will help file size  and improve download speeds. However, there are use cases where you need to be able to get at the big image. Yes, you have those new functions, but that will mean having to back into your theme or plugin.

To that end, you can disable the resizing by adding this filter to your functions.php file:

add_filter( 'big_image_size_threshold', '__return_false' );

Even with this change in image handling,  you should be optimizing your images regardless. This new change will not affect existing optimization setups

The post WordPress 5.3 and Large Image Uploads appeared first on HighEdWebTech.

Gerald Businge

Leave a Comment
Share
Published by
Gerald Businge

Recent Posts

35 Low-Back One-Pieces That Bring the Drama

A low-back one-piece swimsuit is one of those classic silhouettes that cues confidence. It’s unfussy…

19 hours ago

The Final New Moon Of Spring Is Here — & It’ll Rock Your World

The last New Moon of spring is going to rock our worlds amazingly. For the…

19 hours ago

A Week In Jersey City, NJ On A $270,000 Household Income

Welcome to Money Diaries where we are tackling the ever-present taboo that is money. We’re…

19 hours ago

Summer’s 9 Hottest Pedicure Colors Are Surprisingly Versatile

Year in and year out, the most popular summer nail colors have one thing in…

19 hours ago

Merit’s Tinted Sunscreen Is So Good, It’s Replacing Our Usual Makeup

Finding the perfect skin tint takes a lot of trial and error. A good one…

19 hours ago

What Our Editors Are Shopping For Memorial Day Weekend 2025

Any seasoned online shopper will have Memorial Day weekend bookmarked on their calendar. The long…

19 hours ago