[Resolved] Blurry Image

Home Forums Support [Resolved] Blurry Image

Home Forums Support Blurry Image

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1420957
    Math

    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.

    #1420983
    Leo
    Staff
    Customer Support

    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?

    #1421043
    Math

    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.

    #1421169
    Leo
    Staff
    Customer Support

    Unfortunately I’m not an expert in image resizing so not sure if I’m able to answer this question 🙁

    #1779125
    Math

    Ok no problem.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.