[grayimage]
With this shortcode you can display gray images. Just embed an image tag into a grayimage shortcode and the image will appear grayed out. The color image becomes visible when the mouse hovers over the gray image.
For example:
[grayimage]<img src="myImage.jpg" width="200" height="200" />[/grayimage]
Attributes: | |
---|---|
startopac | The opacity of the gray image. |
endopac | The opacity of the color image. |