Photo Layover
Categories
Component ID
573230
Component name
Photo Layover
Component type
module
Component security advisory coverage
not-covered
Downloads
1608
Component created
Component changed
Component body
The photo layover module lets users add overlay captions to their photos. The captions are by default hidden, but on mouseover they slide into view.
There are two ways to use this module.
1. As a filter on a node content type
2. By manually calling theme('photo_layover')
Filter:
The filter replaces the theme on the flickr filter that comes with the flickr module and also adds another [photo-layover] filter.
theme('photo_layover', ...):
To manually call the theme function from another module or theme use the following parameters:
theme('photo_layover', $img, $info, $options);
See photo-layover.tpl.php for the full range and description of all of the $info and $option parameters.
