Vertical display
a great place f... - September 26, 2008 - 14:12
| Project: | jcarousel block |
| Version: | 6.x-1.6 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Nickolyan |
| Status: | active |
Jump to:
Description
I'd like to display the carousel vertically, in a side column. I edited the defaults in jcarousel_block/jcarousel/lib/jquery.jcarousel.js to verticle: true, but with no joy.

#1
I have the same problem with version 1.6
#2
Change the jcarousel_block_block.tpl.php as the following:
$('#mycarousel').jcarousel({vertical: true
});
It will work.