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

CommentFileSizeAuthor
width_issue.PNG30.91 KBrvarkonyi

Comments

jasondgardner’s picture

You 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

mfer’s picture

Status: Active » Closed (fixed)

Seems your question was answered.