Okay
  Public Ticket #2478126
Images in animated gallery slider warped on mobile portrait
Closed

Comments

  •  6
    nealhalverson33 started the conversation

    Hi,

    Did a search for the answer but could not find the way to have the slider gallery of images on my page respond well to a smartphone (portrait ). Right now they are warped on mobile.

  •  1,558
    Laborator replied

    Hi there,

    You're right as that's a problem which we also have with WPBakery Page Builder slider, so you will have to add this CSS to Custom CSS > Responsive > Extra Small (XS) to make it show fine in mobile devices.

    .flexslider .slides img {
        height: auto;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  6
    nealhalverson33 replied

    Got it, thanks!


    Neal