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
If you only want to limit the number of segments you could init the flickable with a larger maximum number and then limit the segments by $('#flickable').data('segments', ) dynamically.
I second that, when building RWD site, you may want to have flickable elements that have different size according to media-queries. On resize, it would be handy to have container and segments reloaded/recalculated with new size.
Methods for resizing (segment width or number of segments) and method to destroy the flickable would be nice
The text was updated successfully, but these errors were encountered: