Hi,
I love this module, thanks for releasing it, even in dev state.
I created a view with carousel style and got it displayed in a panel. It does work great but the only problem I have is the width of the clip. For some reason the js thinks that 400px would be ok, but in fact I would need around 800px because that's the 100% of the div it's in. Is there any way to achieve this?
Thanks!
Rob
| Comment | File | Size | Author |
|---|---|---|---|
| width_issue.PNG | 30.91 KB | rvarkonyi |
Comments
Comment #1
jasondgardner commentedYou should check out the Mustard Seed Podcast they did. It explains how to change the size in your css.
http://mustardseedmedia.com/podcast/episode20
It should look something like this: .jcarousel-container-horizontal {
width: 800px;
}
There is some stuff that goes before specific to the carousel content you created. i.e. block, so I really recommend that you watch the watch the podcast.
I hope this helps.
jason
Comment #2
mfer commentedSeems your question was answered.