When creating the views integration I forgot to make the option for the number of visible items. This should be fixed.
If you need to manually override, you can do so a la
drupal_add_js(array( 'uicarousel' => array( '#uicarousel-photos-official-block-1' => array( 'visible' => 4, ), ), ), 'setting');
Forgot to close this when I commit the fix several days ago.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
smerrill commentedIf you need to manually override, you can do so a la
Comment #2
neclimdulForgot to close this when I commit the fix several days ago.