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
It would be great to detect the breakpoint based on a specific container element. Similar to how it works in CSS.
The solution would be to add an option like:
breakpointsBase (similar to how it is in swiper.js) and allow specifying: window - the window size container - the size of the glider container .selector-example - a CSS selector of the element based on which to detect breakpoints
The text was updated successfully, but these errors were encountered:
kilobyte2007
changed the title
Breakpoint container
[feature request] Breakpoint container
Dec 6, 2024
It would be great to detect the breakpoint based on a specific container element. Similar to how it works in CSS.
The solution would be to add an option like:
breakpointsBase (similar to how it is in swiper.js) and allow specifying:
window
- the window sizecontainer
- the size of the glider container.selector-example
- a CSS selector of the element based on which to detect breakpointsThe text was updated successfully, but these errors were encountered: