raptus.article.imageslider

Provides components for showing images in jquerytools scrollable carousels.


License
GPL-2.0+
Install
pip install raptus.article.imageslider==0.3

Documentation

Introduction

Show contained images in a jQueryTOOLS scrollable carousel. (Does not use raptus.easyslider because jquerytools is shipped with Plone)

http://svn.plone.org/svn/collective/raptus.article/raptus.article.imageslider/trunk/docs/screen.png

The reason for this being not integrated in raptus.article.slider is that the latter depends on raptus.article.nesting.

The following features for raptus.article are provided by this package:

Components

  • Image Slider (Slider of images contained in the article) (XXX TODO)
  • Image Slider Teaser (Slider of images contained in the article displayed above the columns)

Configuration

Configuration options can be found in portal_properties/raptus_article

images_imagesliderteaser_width
maximum width of the image displayed in the slider defaults to 5
images_imagesliderteaser_height
maximum height of the image displayed in the slider defaults to 0 (no limit)
imageslider_teaser_cropwidth/height
use this to crop image to a certain width or height
imageslider_teaser_height
maximum height of the slider (only used in case images_imagesliderteaser_height and cropheight are set to 0)
imageslider_teaser_caption (True/False)
show the description of images in the slider
imageslider_teaser_navigation (True/False)
activates the navigator plugin
imageslider_teaser_link_related (True/False)
if set to True and an image has related items, it will link to the first related item
imageslider_teaser_fadetime
The time (in milliseconds) of the scrolling animation.
imageslider_teaser_halttime
The time (in milliseconds) between autoscrolls.

TODOS

  • localization
    • images for components

Dependencies

  • raptus.article.images

Installation

Please refer to raptus.article.gallery for installation instructions.

Usage

Components

Navigate to the "Components" tab of your article and select one of the gallery components and press "save and view". Note that at least one image has to be contained in the article in which this component is active.