• Hello. My home page the featured imaged gets cropped nd I lose part of the photo. I have tried all sort of things. Any suggestions on how to stop the cropping? Thank you

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

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @el-molino,

    The cover template in Chaplin sets the hero section to always fill the height of the screen, and that means that the featured image has to stretch (and get cropped) to make sure the hero is always covered.

    If you want to, you can add the CSS below to contain the image within the hero, but that will result in colored bars being added either above/below or left/right of the image, depending on the aspect ratio of the screen the site is viewed on.

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .cover-header {
    background-color: rgb(202, 228, 203);
    background-size: contain !important;
    }

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘feature image cropped’ is closed to new replies.