toutpt / collective.fancyboxgallery

Gallery view for Plone using jquery.fancybox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This addon add a 'Fancybox gallery' view over Link, Folder and Collection content types.

Dependencies

options:

  • collective.js.mousewheel (FancyBox will respond to mouse wheel events as well)

Configuration

This addon expose all fancybox params using a view configuration:

  • padding
  • margin
  • opacity
  • modal
  • cyclic
  • scrolling (auto, yes, no)
  • autoscale
  • overlay opacity
  • overlay color
  • title show
  • title position (outside, inside, over)
  • transition in (elastic, fade, none)
  • transition out
  • speed in
  • speed out
  • change speed (fast, slow)
  • easing in http://gsgd.co.uk/sandbox/jquery/easing/
  • easing out
  • show close button

Credits

Companies

makinacom

People

About

Gallery view for Plone using jquery.fancybox


Languages

Language:Python 98.1%Language:Shell 1.9%