Archived topic
Blurry Image
4 replies · Started by Math on August 27, 2020
Hi,
The heading for the following two pages are images (Journal and Download). They are pretty much double in image size but still appear to be a bit blurry.
I tried the following code to remove the compression and also tried to regenerate the thumbnails.
add_filter('jpeg_quality', function($arg){return 100;});
https://fromanalog.com/download
https://fromanalog.com/journal
Any idea how to fix this?
Thank you.
Hi there,
I wonder if they've been resized down too much?
What if you try an image around the actual size that you'd like to display?
Hi,
I tried the actual image size and it didn't work because of retina display. So I made the image dimensions exactly 50% of the original size and it seems to have worked.
I'm still not clear as to why it wouldn't be clear if it's less than 50%. When I put it to 25% it's blurry again.
Aren't you still retaining all the details?
Thank you.
Unfortunately I'm not an expert in image resizing so not sure if I'm able to answer this question :(
Ok no problem.