• Resolved Eagle_Fantasy

    (@eagle_fantasy)


    I have some small featured images, about 150*95. But in my homepage, I would like all my thumbnails to be about 300*189, at least the width should be consistent. How do I enlarge the original image? In html I can simply set width=300px, but I don’t know how to set it in your theme…

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    you can set a constant width for your featured images on the Blog page by inserting the following custom CSS into “Theme Options > Other Settings > Custom CSS”:

    .post-entry .attachment-post-thumbnail {max-width: 300px; width: 300px;}

    Best regards,
    Tomas Toman

    Thread Starter Eagle_Fantasy

    (@eagle_fantasy)

    Thanks for your reply! I really appreciate your work!

    Thread Starter Eagle_Fantasy

    (@eagle_fantasy)

    By the way, when I tried to modify style.css, I can’t see any change. Did you use some trick to prevent from modifying??

    Theme Author TT Themes

    (@tomastoman)

    You are welcome!

    If you can’t see the changes you have made in style.css, please try to refresh your browser and empty cache. Instead of modifying the theme directly, I recommend you to create a child theme or insert your custom CSS into “Theme Options > Other Settings > Custom CSS”.

    Best regards,
    Tomas Toman

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I enlarge the thumbnail?’ is closed to new replies.