You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I work with WooCommerce on WordPress.
I replace the default gallery with Swiper.
The column that fits Swiper is
float: left
with a width set to 40%.I created a simple slider:
Width of .swiper div:
524.8px
Width of swiper-slide div
131.25px
131.25 * 4 = 525px
In my display, I have 3 slides per line instead of 4.
However, if I set a fixed size, it works fine.
Is this a normal problem?
Is having a container calculated in % a problem?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions