• Resolved mobilechateau

    (@mobilechateau)


    Hi. I’m using Isolate with 3 sliders and I’m getting the image cropped problem. I’ve already set minimum height and also turned on match height on mobile. But it doesn’t look great.

    How can I fix this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @mobilechateau,
    Thank you for your message.
    This widget has image size control.
    Please use the proper image size to make your images perfect.
    Thanks & Regards,
    Shahidul Islam

    Alex

    (@alexblack369)

    This problem happens to me, no matter how I arrange the widget settings or set any specific image size. It seems that plugin doesn’t play well with new container element. Until developers rectify this error, the next code will do:

    @media only screen and (max-width: 1024px) {
    .bdt-slideshow-items {
    height: 950px;
    }
    }

    * Instead 950px you can choose whatever height suits your needs. Also, try to keep the Excerpt short.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Isolate still cropping image on mobile’ is closed to new replies.