How to make website thumbnail not blurry?

Viewed 24
1 Answers

Increase the size of the thumbnail on the Wordpress settings "Settings > Media" I suggest you put it at least 650px.

You will always see it blurry because is a flexible container and often stretch larger than the actual image size (It varies on viewport size or screen resolution).

pd: You will need to regenerate the thumbnails after or reupload the image and use the latest version. When you change those settings old images don't create the new thumbnail versions automatically.

Related