Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1129564
    JosephVSite
    Participant

    What’s the difference between cropped featured images being on and off? I’m not noticing anything changing when I alter that setting. What dimensions do images need to be uploaded so they won’t be cropped?

    #1129718
    Christopher
    Moderator

    Hi there,

    Please clear cache and regenerate thumbnails after changing the settings.
    The image dimensions should be around 800*400px.

    Hope it helps.

    #1130037
    JosephVSite
    Participant

    I tried that twice but it didn’t work. Do I need to alter the dimensions first?

    Deborah

    #1130389
    Rad
    Moderator

    Hi there,

    Images size as cropped based on layout max size. Would you mind providing the URL that has this issue? Maybe we can override it with some coding 🙂

    Thanks!

    #1130435
    JosephVSite
    Participant
    This reply has been marked as private.
    #1130551
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! By default the featured image has a minimum width of 100%. So if you image width is slightly narrower than the width of the featured image container, then it will be stretched out. To avoid this from happening, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site a.entry-thumb {
        background-size: auto;
    }

    Hope this would help. Please let us know how it goes.

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