• Resolved Phillip Burger

    (@phillipburger)


    On desktop and tablet views it works well that the images are square but on mobile the image is showing as a rectangle. I use the settings popup_gallery=”false” popup=”false” slidestoshow=”6″ limit=”18″ dots=”false” gallery_height=”auto” image_fit=”true” autoplay=”false”

    Thoughts about how to get square images on all screen sizes?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Phillip Burger

    (@phillipburger)

    I just realized I think the problem is at <div class="iscwp-img-wrp" style="height: autopx;"> with my settings, this height gets set as autopx instead of auto.

    Thoughts?

    Thread Starter Phillip Burger

    (@phillipburger)

    Actually, my solution to this is on that page add:

    .iscwp-img-wrp {
      height: auto !important;
    }
    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for informing us, we will check and resolve this issue very soon.

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider – how to get square images on mobile’ is closed to new replies.