Flickable.js icon indicating copy to clipboard operation
Flickable.js copied to clipboard

Request: Resize and / or destroy methods

Open joafeldmann opened this issue 12 years ago • 4 comments

Methods for resizing (segment width or number of segments) and method to destroy the flickable would be nice

joafeldmann avatar Apr 05 '12 23:04 joafeldmann

I agree, plus +! This would be useful for iOS orientation changes.

facultymatt avatar Apr 18 '12 14:04 facultymatt

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.

joafeldmann avatar Apr 18 '12 15:04 joafeldmann

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.

Nwardezir avatar Aug 05 '13 12:08 Nwardezir

Yes please!

Eworm avatar Dec 16 '13 18:12 Eworm