Hi Stoyan,
Many thanks for getting back to me.
I had a feeling PNG to webP would not be ideal/standard practice. Is there any way I can increase the limit to 700 or 800kb just to experiment, or is there a high chance something could go wrong doing that?
I understand the following is now outside of the scope of your support, but since I’m so stuck and you’ve answered I have to see if you can help me some more on it ?? If not then again, just ignore this section.
Yes, I understand WordPress is compressing and re sizing the images. It makes a few copies for thumbnails and a couple of other sizes. I have noticed that in the uploads folder, the copies are stored in addition to the original image. I can access the original, high quality image in the folder (I dropship, so I take images that have already been optimized for the web and put them on my site. So it wouldn’t be a problem, skipping out on this optimization altogether).
I don’t know if a good solution would be to just get WordPress to only grab the original image, not the optimized version. But, because of course it only has the full size original, the thumbnail and other sizes would not be displayed which in some cases obviously I want them to be. So that’s maybe not the best option.
So, I guess the custom function option is probably the way forward… I don’t suppose you might know what function I could use? I don’t know php very well at all, I’ve tried adding:
add_filter(‘jpeg_quality’, function($arg){
return 100;
});
to my functions.php file but this has had no effect.
I didn’t think I’d encounter such a problem. It’s quite annoying really. Anyway, any help you could give me would be amazing.
Blagodarya mnogo!