When creating the views integration I forgot to make the option for the number of visible items. This should be fixed.

Comments

smerrill’s picture

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');
neclimdul’s picture

Status: Active » Fixed

Forgot to close this when I commit the fix several days ago.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.