Get that cool image reflection that fades into the background without using photoshop.
“The script uses unobtrusive javascript to find all images with the class name “reflect”. It does this by adding an onload hander to the window object. Every time it finds an image with the class reflect, it generates a new canvas element. It will do some canvas magic (scaling, cropping, gradients) and produce a reflection image.
The script then creates a new div element with two child elements – the original image and the canvas reflection. It will replace the original image with this div.”
reflection.js demo – Cow’s Blog