-scaled applied RETROACTIVELY to existing images
-
Since I know WP 5.6 is going to break my existing theme, I have been searching for new themes and plugins. I don’t know what triggered it, but for some reason that asinine “-scaled” image downsizing has been applied RETROACTIVELY TO ALL MY EXISTING IMAGES. Not new uploads, but existing images.
I want to reiterate: THIS NOT FOR NEW UPLOADS. The “-scaled” resizing has been applied to EXISTING images.
Yes, I already know about putting
add_filter( 'big_image_size_threshold', '__return_false' );
in my functions.php. That is already there. It is working because new images are not getting scaled. However, it wasn’t in place for the new themes that I was testing. (Did you think of that WP developers? I have to create a child theme for every theme I try just to disable this “feature”?)Now when I try to add media to a page, I only can only select the scaled images, which means now the images for my full-page photography website are pixelated crap.
Why did my EXISTING images get scaled? More importantly, how do I restore access to my original full-size images without the -scaled suffix?
Also, I have to vent about this “feature”. I have been a programmer for nearly 40 years. I’m also a semi-professional photographer. When I’m trying to showcase my work, I don’t need WP forcing downscaled pixelated crap on me. This should have been implemented as an OPT-IN setting in the Dashboard. Instead, you FORCE this upon everyone, and the only way to disable it is by adding code to a theme? As a programmer, this is an inconvenience to me. But what about all the regular WP users who are NOT programmers? You seriously want them modifying theme code? Furthermore, every person person who wants this off has to remember to re-add that line EVERY time the theme updates. Or you’re forcing everyone to create a child-theme for every theme we use just to disable this “feature”. Furthermore, I can guarantee you that almost no one will remember the exact filter name and all the proper underscores, so every time we update a theme or create a child theme, we have to Google how to disable this and spend several minutes digging through blog posts to find this one line of code. EVERY TIME. I’m not going to mince words here–this is absolutely the WORSE design ever and whoever designed it this way is a total f*ing moron. Seriously. You f*d so many users with your asinine design. Hopefully you can redeem yourself by changing this to a Dashboard toggle really soon so every person who wants to disable this “feature” doesn’t have to go through all the headaches that I just described.
- The topic ‘-scaled applied RETROACTIVELY to existing images’ is closed to new replies.