Featured blog images are always blurry

I don’t understand why blog images are always blurry:

https://www.ohiocannabis.com/patients/

https://www.ohiocannabis.com/doctors/

These are all overblown & pixilated, some are just stupid big like the dopecoin logo

I try to get the biggest & best image I can, but there are so many variations with images, is there any way to force these images to render properly or render in a particular size? It does NOT need to be that big in the blog heading, so how could I easily reduce they size they populate at?

Hi,

Thanks for writing in!

I can see your original image size if 250x 250 and it is being stretch to 825x825 which is the width of you content making it blurry.

To reduce the size, you can add this code in Theme Options > CSS

.single-post .entry-featured {
     max-width:250px;
     margin:0 auto;
}

I’ll list below some CSS/HTML resources that should help you to carry on these modifications on your own in the future:

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.