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

    we have given object fit css to the image so that image will cover in the div of the image and fit to div in all devices.However if you want to remove the object fit css then please share your site link we will give you custom css.

    Thanks & Regards
    WP Online Support

    Hello @toptenic,

    Thanks for sharing site link.
    Put below css in your themes style.css file

    .wtpsw-post-grid.design-1 img.wp-post-image {
    object-fit: unset !important;
    object-position: unset !important;
    }

    Thanks & Regards
    WP Online Support

    Thread Starter toptenic

    (@toptenic)

    Update: In simple words, i just want to know, is there any way to change the widget height.

    Can you please share the website link please?

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Thank you for share your website you can use this css in your theme style.css file.

    .wtpsw-post-grid.design-1 .wtpsw-post-gridbox.wtpsw-medium-6 .wtpsw-post-image-bg
    img{ height: auto !important;}

    .wtpsw-post-grid.design-1 img.wp-post-image {
    object-fit: unset !important;
    object-position: unset !important;
    }

    Thanks

    • This reply was modified 7 years, 4 months ago by Anoop Ranawat.
    Thread Starter toptenic

    (@toptenic)

    Thanks a lot for answering all of my questions. This is the best plugin with the best support. Again, thanks and a 5 Star rating from my heart.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Images are not showing correctly and both sides are cutting please check’ is closed to new replies.