Hi Ganesh79,
thanks for using MH Magazine lite.
It turns out that many of the images that are uploaded to your site are low quality and way too small. That makes them very pixelated and not really suitable for the modern web with high-resolution screens.
You may want to consider uploading high-quality images in decent size so that WordPress can generate the necessary thumbnails properly. Here you can learn more about uploading images: How to upload optimal images for MH Magazine.
If you really want to stick to these small images, you could disable the scaling of the featured image on posts with a line of CSS:
.entry-thumbnail img { width: auto; }
Dear MH
Thanks for your one line easy solution.its worked for me.but now the image is in left side.how can i make it center?
can you help me
The image is left aligned because it’s too small. As mentioned, it really would be recommended to upload images that meet the necessary size in order to have proper thumbnails on your site.
However, if you plan to stick with the small images, you could center align them with a line of CSS as well:
.entry-thumbnail { text-align: center; }
Wow..great help..
thank you very much..
my problem solved as per my expectation. but i will keep your advice in my mind when i upload image next time
Thanks a lot for this wonderful theme and help
You’re very welcome. By the way, if you like the theme and the support, it would be very nice if you could leave a quick rating here. 🙂
Have a nice weekend.
Thank you sir..
i have given my rating
Thank you very much and have a great weekend! 🙂