collective.fancyzoomview

collective.fancyzoom provides smooth Javascript image zooming for Plone folders, topics and news items.

Current release

No stable release available yet.

Project Description

collective.fancyzoomview provides smooth javascript image zooming for Plone folders, topics and news items based on Steve Smith's jQuery version of Fancy Zoom.

Buildout Installation

Add the following code to your buildout.cfg

[buildout]
...
eggs =
    ...
    collective.fancyzoomview
    ...

...
[instance]
...
zcml =
    ...
    collective.fancyzoomview
...

If you also want Fancy Zoom for Plone News Items add the following code to your buildout.cfg:

[buildout]
...
eggs =
    ...
    collective.fancyzoomview
    ...

...
[instance]
...
zcml =
    ...
    collective.fancyzoomview
    collective.fancyzoomview-overrides
...



Self-Certification

[X] Internationalized

[ ] Unit tests

[ ] End-user documentation

[ ] Internal documentation (documentation, interfaces, etc.)

[ ] Existed and maintained for at least 6 months

[X] Installs and uninstalls cleanly

[X] Code structure follows best practice