Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1058343
    tcb013
    Participant

    Is there a way to make all my featured images the same size no matter the page? I’ve edited the image several times and it is still showing as a large pixelated image. http://ohmsbeasley.com/category/good-eats/ Post is avocado breakfast bacon

    #1058378
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .entry-featured {
        width: 50%;
        margin: 0 auto;
    }
    
    body .entry-thumb img {
        min-width: auto !important;
    }
    

    For second post i.e Avocado breakfast bagel, you need to change the featured image as the current dimension is 100px * 67px and that’s the reason why is showing pixelated.

    Thanks.

    #1062333
    tcb013
    Participant

    Thanks so much

    #1062637
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1058343 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>