• Hello! I really hope you can help me.
    My blog is https://www.silverstories.dk
    Suddenly, my “featured” images are super tiny. If I use an old picture from my media library they are fine, but if I upload a new picture, they turn out tiny as a “featured photo”. I already have photon disabled in Jetpack. My pictures are big enough (800 pxl) and set to be the full size in the media library. I have no clue why this is happening.

    I really hope you can help me!

    Thank in advance.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Carolin, after checking the css code on your page for the featured images, I found that you have a setting for your media files fixed to 161px. If you remove the height setting, you should see the actual size of the pictures you added.

    @media only screen and (min-width: 767px)
    .xxx img {
    width: auto;
    height: 161px;
    margin: auto;
    }

    Which template are you using?

    Cheers

    Thread Starter carolinesoelver

    (@carolinesoelver)

    Hi Galyari, thank you so much for your answer!
    How do I delete that?

    I use a customized template that I bought from Etsy!

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My featured images are suddenly tiny’ is closed to new replies.