• Devon,

    I had my site at a point where it was looking great, but at some point within the last few months the thumbnails on portfolio pages (not the home page, which has separate featured images) began appearing larger and pixilated. I’ve regenerated thumbnails numerous times (even tried reloading the plug-in) and tried messing with other settings, but nothing’s helping. All of my media is large enough that it should render without pixilating even at a larger thumbnail size. I saw a post you made about a recent theme update changing the way thumbnails size themselves, which is maybe the issue–but I’m not sure how to solve it.

    Here’s my site: bobpeischel.com

    Thanks very much for any help you can give. It’s a great theme, and want to keep it working.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not positive, but this is what I see looking at your site, and how I fixed mine.

    If you look at this page on your site, the thumbnails are blurry because the images that are being used are 150 x 57, but this CSS:

    .gallery-item img {
      width: 100%;
    }

    makes them render at 320 x 122, so of course they are blurred.

    What I did was to go Settings -> Media and change my thumbnail size to the size the blurred images were being rendered, so for you, that would be 320 x 320 with cropping checked and then run the Regenerate Thumbnails plugin. Clear your browser cache and see if that fixes it.

    If not, you can reset your thumbnail size and revert to what you have now, because Regenerate Thumbnails doesn’t delete your old thumbnails.

    Thread Starter bpeischel

    (@bpeischel)

    Thanks very much for the tip and taking the time to share it! I’ll take a look at that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thumbnails pixilating now’ is closed to new replies.