-
AuthorPosts
-
July 2, 2015 at 11:40 am #467408
Hi there,
I am having trouble with blog post images appearing blurry on my site. I have resized my images multiple times but I can’t figure out a way to fix it. It appears the large blog preview (with sidebar) is 845px x 321px but when I create an image to these specs it appears very pixelated. I then resized the image to many sizes even as large at 1200 x 767 but it still appears blurry. Can you please advise the best size to upload my blog images at? I also would like the blog preview images on the home page to be the same size for consistency – they are currently 258 x 165px. So this is why I tried 1200 x 767 (it seemed to previously work for both the thumbnail and blog post image well – but I’m not sure why it’s now blurry). I really need to know a size that will work for both without being blurry.here is an example: http://www.thehealthtohappinessproject.com/body/the-number-1-thing
Thanks very much in advance,
Taryn- This topic was modified 9 years, 4 months ago by tarynw.
July 2, 2015 at 4:10 pm #467612Hey Taryn!
It looks fine on my end. If you want to increase the thumbnail size you can do so on line 127 in the functions.php file.
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries
You may need to regenerate the thumbnails afterwards, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Regards,
ElliottJuly 30, 2015 at 8:47 am #480549Hi Elliot,
I’m still having the same issue for all blog post featured images that I upload with text, while the image only ones look fine. I have checked these on a few different computers, and they are all fuzzy. Before I upload the image the text is very crisp so all I can think of is they are being stretched just slightly. Is there a size I should be designing these images to so make sure they are not being resized in any way on my website?
You can see the examples of text and image only features images on my blog page:
http://www.thehealthtohappinessproject.com/blog/
Thanks in advance for your help.
Taryn
- This reply was modified 9 years, 3 months ago by tarynw.
July 31, 2015 at 5:47 pm #481494Hey!
I don’t see a difference on my end, looks good. Perhaps you’d like to turn the cropping off?
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321, 'crop' => false); // big images for blog and page entries
Best regards,
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.