Ildar Sagdejev
Ildar Sagdejev
I think some thought could go into how to rearchitect the way the [layout parameters](https://github.com/specious/cloud9carousel/tree/c25c4ccf21c0f831142b313d0e733b79a6731bb2#carousel-options) are specified, so that they can stay defined relative to the size of the container....
@evenmind, thanks for the duct tape! The invitation is still open for making this carousel officially responsive.
It's not that it's not a desirable feature. It's that somebody would have to contribute the code.
@petrovnn, thank you for mentioning this! Until I saw your demo showing the carousel in a flat top-down arrangement, I hadn't even thought about this notion. I think adding a...
I don't see why it wouldn't. Give it a spin and let us know?
Both `go()` and `goTo()` are used in the [carousel code itself](https://github.com/specious/cloud9carousel/blob/059d0b7e859c9449c4ae42a64bb2367182cf0e55/jquery.cloud9carousel.js). `go()` is to spin the carousel relatively by a certain number of items. `goTo()` is to spin the carousel...
The data('carousel') accessor gives you access to the carousel's internals at any time: ``` js $('#showcase').data('carousel').items ``` If you'd like the opportunity to interact with the items directly on each...
@marteaurouge, thank you so much for bringing attention to this. The way the settings UI behaves has definitely become [quirkier](https://user-images.githubusercontent.com/451178/34177584-167225a2-e4d2-11e7-832b-7bf37e78fce5.png) since the last time I used it. However, upon testing...
For the record, I have just updated and drastically simplified the setup instructions (495d96c3fa4347da4ad652067bb73947e9c0e951). Still keeping this thread open, as simplification is *always* golden.