Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1221487
    vivalame
    Participant

    Hi,

    I am setting up my website (and definitely a novice!) and having difficulty with the Post Carousel. The full images are not showing – the width is cut off. You can see it here http://www.vivalame.com

    Thanks for your help,
    Kate

    #1221893
    Rupok
    Member

    Hi Kate,

    It seems fine on my end and the images are actually set as background image with background-szie as “cover” so it should give you the best responsiveness. If you want to set different property, you can add this under Custom > CSS in the Customizer.

    .x-post-carousel .entry-cover {
      background-size: 100% auto;
    }

    Cheers!

    #1221908
    Paul R
    Moderator

    Hi Kate,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-post-carousel.unstyled .entry-cover {
        background-size: contain;
    }
    

    Then try to increase Posts Per Page under Post carousel settings.

    Hope that helps.

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