I’m aware this question has probably been posted here before but I’m out of ideas.
The issue at hand:
Uploaded images (JPG) get decreased in size and, probably, in quality too. At least in Media library, the difference in file size is apparent. A loss of 5–10% but a loss nevertheless.
This wouldn’t be a problem but the quality loss is apparent on the website ([LINK]) \- see first image)
The image in question is 279 kb on my laptop, 271 kb in Media Library. Not sure if this explains the change in image quality though as downloading the published image seems to appear as the original size on my laptop..
[Link to the image alone.])I have tried plugins such as [SMNTCS Deactivate image compression]).
Used this snippet this too – to no avail:
`}`
`add_filter( ‘jpeg_quality’, ‘disable_img_compression’ );`
`function disable_img_compression() {`
`return 100;`
`}`
On top of this, I **think** the image size/quality is fine when browsing on mobile. So the issue might be prevalent on desktop only.
Or could it be that the website somehow stretches the images in the blog which could explain the blurrier quality? (I’m not a developer, obviously.)
Any ideas to make the images appear 100% as they are locally stored would be super helpful!
[ad_2]