• Resolved slitec

    (@slitec)


    Hello,

    I noticed that on the mobile version of the website the Images do not fit.

    I already tried the following CSS Code:

    @media only screen and (max-width: 766px) {
    .wpsisac-image-fit .wpsisac-slide-wrap img {object-fit: unset !important; }
    .wpsisac-image-fit .wpsisac-slide-wrap{ height: auto; }
    }

    Ty

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello

    Thanks for reaching here.

    Please remove your CSS.

    Please go to your Admin Panel->Appearance->Customize->Additional CSS.
    Please add this CSS below in the “Additional CSS” section.

    @media only screen and (max-width: 767px) {
        .wpsisac-image-slide, .wpsisac-slide-wrap{height: auto !important;}
        .wpsisac-image-slide img{height: auto !important; width: auto !important;}
    }

    Please let me know if you have any other queries.

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Images on Mobile Version’ is closed to new replies.