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
I'm using custom:layout-card and the swiper container does not update its size unless I resize the window (ResizeObserver). The same behaviour can be observed in edit ui, but not when not in edit mode. I have attached a video of what it looks like.
Is it possible to update swiper more often or should I take this issue to layout card?
Thanks!
swiper.mp4
The text was updated successfully, but these errors were encountered:
Updating only on window resize is how the underlying Swiper library works by default, but you can try using the breakpointsBase parameter to switch it to resize with the container. Note that the documentation calls it a "beta" feature, so it may not work.
I'm using custom:layout-card and the swiper container does not update its size unless I resize the window (
ResizeObserver
). The same behaviour can be observed in edit ui, but not when not in edit mode. I have attached a video of what it looks like.Is it possible to update swiper more often or should I take this issue to layout card?
Thanks!
swiper.mp4
The text was updated successfully, but these errors were encountered: