Image Effect CK – Add nice effects to your images
-
I’m working on a new plugin to add nice effects on your images.
How to use
In your editor, where you put your image you must add the css class to the image.
Example :<img src="yourimage.jpg" class="puffck" />
The available classes are
puffck : for a puff effect
fadeck : the image fade to 0.5 opacity on mouseover
edafck : the image has a 0.5 opacity and fade to 1 on mouseover (fade inverse)
shakeck : for a shake effect
reflectck : to add a reflection at the bottom of the imageCaption effect
This new plugin comes with new effect to show your captions on the image.
Just add the “captionck” class to the image to make it reveal the title or alt tag
If a title tag is found it uses it, else it takes the alt tag if found.
Example<img src="yourimage.jpg" class="puffck captionck" alt="My description here" />
This is a beta version for testing, let me know here your tests and suggestions ??
CEd
- The topic ‘Image Effect CK – Add nice effects to your images’ is closed to new replies.