Support » Plugin: WP Responsive Recent Post Slider/Carousel » Slider – bg image is cropped on top

  • Resolved giowdm

    (@giowdm)


    Hello,

    Is there anyway to show the background image cropped on center, if the post_slider’s width is wide enough, the image is cropped on top, I would like to be cropped at center so the image could be more representative. Something like the “object-fit: cover” does;

    I have tried with this I found in another post:

    .wppsac-post-slider .wppsac-post-image-bg img{
    height:auto !important; 
    object-fit:unset !important; 
    }

    and this:

    .wppsac-post-slider .wppsac-post-image-bg img{
    height:auto !important; 
    object-fit: cover !important; 
    }

    but it did not solve the issue.

    Thank you in advanced.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider – bg image is cropped on top’ is closed to new replies.