Dennis Frank

Results 10 comments of Dennis Frank

+1 Any fix or workaround in sight?

Hi. Sorry, I am not a bigger help right now. But this would be the number one feature addition I would love to see! :)

Will upgrading from version 1 be possible?

Try this: ``` .carousel-cell[style*='left'] { top: 0; bottom: 0; } ``` or ``` .carousel-cell[style*='left'] { height: 100%; } ```

Hm, my _solution_ isn’t fluid. The cells don’t resize vertically.

For simple backgrounds you could add a very tall pseudo element: ``` .carousel-cell::before { content: ""; position: absolute; z-index: -1; right: 0; left: 0; height: 1000vh; background: red; } ```

@desandro It would be cool if Flickity could add a special class (`.flickity-ready`) to the carousel element after initializing. This class should be removed while cells are being resized/repositioned and...

A config option would be great. I have to restart Pattern Lab a lot because of the time out.

I added `$data[$this->prefix.'segment_category_ids_any'] = '';` in this pull request: https://github.com/litzinger/URL-Helper/pull/4