Posted by m.e. on June 25, 2009 at 3:21am
Jump to:
| Project: | jCarousel |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Do I have to modify the skin .css to get the size of the carousel where I want it? Doing it this way means that every carousel using that skin will be stuck at a fixed size that may be good for some photos, but not others.
Comments
#1
Yes this is pretty much the case. Some skins may work in different widths, but vertical-style carousels absolutely must have a fixed size. In order to get a different size for your site, you'll most likely need to create your own skin or just not use a skin and specify the CSS manually in style.css.
#2
Hm, it's possible to override the css in the theme, but that makes the use of this module really complicated. Especially when using imagecache and a couple of different image sizes for different views. Is there really no way to make it more dynamic?