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
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

Nickolyan - May 19, 2009 - 03:48
Version:6.x-1.4» 6.x-1.6
Assigned to:Anonymous» Nickolyan

I have the same problem with version 1.6

#2

Czollli - June 18, 2009 - 17:01

Change the jcarousel_block_block.tpl.php as the following:

        $('#mycarousel').jcarousel({
          vertical: true
        });

It will work.

 
 

Drupal is a registered trademark of Dries Buytaert.