• Resolved wpress2010

    (@wpress2010)


    Working on a client’s site. FooGallery, masonry layout. I read about all of the various things to check that might be making the thumbnail images unsharp. Thus far, I have done these steps, no change:

    – Disabled FG Lazy Loading
    – Cleared FG caches
    – Verified Imagick detected and supported
    – Thumbnail JPG quality = 90
    – Retina not yet tried, as I do not have access to original image files, needed generate 2X versions

    Any other suggestions? Client is currently using deprecated photo gallery plug, so need to replace with FG.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter wpress2010

    (@wpress2010)

    Just for fun, I enabled 2x Retina images, and although there are NO @2x image files in the Media Library, this is what apparently fixed the problem!

    Plugin Author bradvin

    (@bradvin)

    hi @wpress2010

    Glad you managed to solve the problem. FooGallery generates the retina images that are needed.

    Thread Starter wpress2010

    (@wpress2010)

    I figured that out! Not intuitive, though: perhaps you could add a note in the UI with the Retina checkbox that mentioned that FG generates the Retina images.

    @wpress2010 Thx man, had the same problem. Thumbnails look much better after I ticked retina boxes.

    Thread Starter wpress2010

    (@wpress2010)

    Yup. Since FooGallery will generate the extra-res thumbnail images, maybe the Retina feature should be “on” by default.

    WordPress, of course, generates all of the additional image file sizes it needs from the largest original file you upload. But Retina resolution images, AFAIK, all need to be generated with the @2x type of suffix appended to the original filename. So, what FG is going is taking f’rinstance, a file named “myimage.jpg” and using it create a thumbnail (i.e. smaller size) file, doubling the thumbnail size, and then appending the suffix, like this:

    Original file, myimage.jpg = 600×800 px
    Thumbnail of same file, myimage-150.jpg, 150×200px (what WP would create…)
    Retina 2x file, 300×400px, [email protected] (FG creates this)

    Not intuitive, like I said – but really nice, as thumbnails are very sharp.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blurry thumbnails’ is closed to new replies.