Metadata-Version: 1.0
Name: ftw.colorbox
Version: 1.1
Summary: An image gallery for Plone using ColorBox
Home-page: https://github.com/4teamwork/ftw.colorbox
Author: Julian Infanger
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: .. contents::
        
        Introduction
        ============
        
        ColorBox is a lightweight customizable lightbox plugin for jQuery. More
        information about ColorBox can be found here:
        http://jacklmoore.com/colorbox/
        
        ftw.colorbox adds a new view called `colorbox_view` for folders and topics
        which integrates ColorBox in Plone.
        
        Configuration
        =============
        
        Configuration options are stored in the configuration registry
        (plone.app.registry).
        
        image_size
          The name of an image size configured in the imaging control panel
          (e.g. large). If no size is given (default) images will be displayed in
          original size.
        
        batch_size
          The number of thumbnails shown on a page. Default is 12.
        
        row_size
          The number of images shown per row. If set to 0 (default) all images are
          floated in the same row.
        
        colorbox_config
          The options passed to the colorbox function (see ColorBox documentation for
          more details). Provide one option per line. Example::
        
            transition: "fade"
            speed: 250
            maxWidth: "90%"
            maxHeight: "90%"
        
        Changelog
        =========
        
        
        1.1 (2012-02-14)
        ----------------
        
        - Make batch size of colorbox view configurable in the registry.
          [Thomas Buchberger]
        
        - Wrap each row of images in a div for easier styling. The number of images
          per row can be configured in the registry.
          [Thomas Buchberger]
        
        - Make ColorBox options configurable in the registry.
          [Julian Infanger]
        
        - Allow to specify an image size for the overlay.
          [Julian Infanger]
        
        - CSS and JS in head slots should not be in a div.
          [Julian Infanger]
        
        
        1.0.1 (2011-12-05)
        ------------------
        
        - Addeed maxWidth and maxHeight. Images should not be bigger than 100%.
          [Julian Infanger]
        
        
        1.0 (2011-02-25)
        ----------------
        
        - Initial release.
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
