• Resolved ganesh79

    (@ganesh79)


    hi,
    I want to know the way to set featured image/Thumbnails size on posts to images default size. Here i mean the image which was displayed on the top of our posts.the default size of the featured image on posts is 678 x 381px, which some time looks ugly. i want to make the default size of post thumbnails to the original size of the image.

    can any one help in this regards.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Michael

    (@mh-themes)

    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; }

    Thread Starter ganesh79

    (@ganesh79)

    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

    Michael

    (@mh-themes)

    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; }

    Thread Starter ganesh79

    (@ganesh79)

    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

    Michael

    (@mh-themes)

    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.

    Thread Starter ganesh79

    (@ganesh79)

    Thank you sir..
    i have given my rating

    Michael

    (@mh-themes)

    Thank you very much and have a great weekend! ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to set featured image on posts to images default size?’ is closed to new replies.