Image Carousel "slides to show" on tablet #372
Labels
bug
Indicates a bug with one or multiple components.
type/responsive
Indicates when a topic is related to Responsive Design, for tablet, mobile, and other screens.
Hi guys, I just found another issue.
If you have an image carousel with
slidesToShow: 1
, and see it on live page (not in Elementor Editor mode), the slider will resize to 2 slides when on 480-766px viewport:When on larger than 766px viewport:

When on 480 - 766px viewport:

If you look at
frontend.js
, you make default configurations like this:It seems there is no way to override this default configurations when users choose
slidesToShow: 1
on the Elementor editor.Another question:
Could you define the table breakpoint as
768
instead of767
? If you define767
the layout would change when reached766px
. It's 1 pixel difference, but seems important.Thanks!
The text was updated successfully, but these errors were encountered: