From LifeType Wiki
Name: Reflection
Download link: http://sourceforge.net/projects/lifetype/files/
License: GPL
Author: Paul Westbrook
Description
This plugin allows images to display an reflection effect. The reflection is provided by the Reflection.js script
The plugin was inspired by the WP Wetfloor WordPress plugin..
Configuration
The plugin configuration page can be found under Control Center->Appearance Management.
Enable your Reflection plugin in your LifeType control center.
Add the following code in header.template:
{$reflection->show()}
On the image tag add a reflect class attribute:
class="reflect rheight80 ropacity40"
Notes
To Do
1) Add support for some tag, that would be parsed from the posts, to make it easier to add the effect.
