• Resolved yud111

    (@yud111)


    Hi,

    Since upgrading WP to 5.3 the height of the slider images has changed and images are now cropped.

    I used to have this code in Additional CSS and it used to work:
    .recent-post-slider.design-2 .post-image-bg{height: 480px;}

    I also tried this:

    .recent-post-slider .post-image-bg img {
        height: auto !important;
        width: 100% !important;
        object-fit: unset !important;
       }

    but images are still being cropped.

    How can I adjust the height of the images?

    Thanks!

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    We have added a unique prefix to all css classes in the plugin to avoid the conflict with theme or any third party plugin.

    Can you please check respectively css on the plugin css file and update your css according?

    Please let me know if you face any issue. I am here to help you will all your questions:)

    Thread Starter yud111

    (@yud111)

    Thank you for your reply.

    Can you please check respectively css on the plugin css file and update your css according?

    I’m a bit new to CSS, can you please let me know what I need to do here?

    Thanks!

    Hello,

    We have added new prefix wppsac- to all css classes.

    So you can try following css:

    .wppsac-post-slider.design-2 .wppsac-post-image-bg{height: 480px;}

    I also tried this:

    .wppsac-post-slider .wppsac-post-image-bg img {
        height: auto !important;
        width: 100% !important;
        object-fit: unset !important;
       }
    Thread Starter yud111

    (@yud111)

    Thank you! This fixed it.
    Appreciate your help.

    Hello @yud111

    Please share your review and rating if you like our plugin and support 🙂

    Thread Starter yud111

    (@yud111)

    Please share your review and rating if you like our plugin and support 🙂

    will do!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Image height’ is closed to new replies.