• Resolved hunecane

    (@hunecane)


    Hello,
    thank you very much for your great theme, I love it!
    Could you please help me? I would like to set the size of the feature images to 200×200 px for the whole website.
    When I upload small images, the images are still scaled up.
    I want the small featured image to be displayed and then the post text.
    Many thanks for the support.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter hunecane

    (@hunecane)

    Thanks to Chat GPT I found out the code myself. Thank you

    .blog .featured-image, 
    .post .featured-image,
    .archive .featured-image,
    .search .featured-image {
    width: 200px;
    height: 200px;
    object-fit: cover; /* Optional: sorgt dafür, dass das Bild das Container-Verhältnis beibehält */
    }
Viewing 1 replies (of 1 total)

The topic ‘Resize featured’ is closed to new replies.