PictureFill for Plone
Project description
Introduction
This addon install picturefill in Plone and provide a suite of tools to display images from different kind of components such as brain, dexterity object or archetypes object.
How to install
This addon can be installed has any other addons. please follow official documentation
How to use
in template:
tal:content="structure myimage_object/@@polyfill"
in python:
from collective.picturefill.interfaces import IPictureFill IPictureFill(brain)()
CSS: You should use this tricks if you want in your theme that picturefill fit the exact size of the container:
div[data-picture] img{ width: 100%; }
Credits
Companies
People
JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
Changelog
1.2 (2013-04-29)
Add a bundle picturefill [toutpt]
1.1 (2013-04-02)
Add support for tiles [toutpt]
1.0 (2013-03-22)
Nothing changed yet.
0.2 (2013-03-22)
Use plone.app.imaging api to build the list of pictures [toutpt]
0.1 (2013-03-21)
Package created using templer [JeanMichel aka toutpt]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.