Lake.js

Lake.js 1.0

Lake.js uses the HTML5 canvas utility to generate a reflection surface underneath a desired image.Inside this surface the image is flipped and small ripple effects are added, also animated to give the illusion of a liquid surface.Developers can control...

jquery.fillwidth takes a collection of similar elements inside a parent container and perfectly fits them together so they seamlessly fit in a grid-like display.As the parent container is resize, jquery.fillwidth shuffles the elements around, so they...

js-hqx

js-hqx 1.0

The library is basically a port to JavaScript of the hqx C reizing algorithm.js-hqx will help developers resize pixel art (8bit graphics) at higher resolutions without anti-aliasing ruining the original design and quality.A demo is included with the...

IM.js

IM.js 1.3

IM.js uses JavaScript and the HTML5 canvas utility to perform this task, taking each images' pixels and comparing it to the other images' pixels from the same position on the canvas.After all images are compared, IM.js will return a percentage of how...

danceFloor shows at page load a series of smaller photos.When clicking on an image, its containing panel is expanded, showing more details and images with that product.Text and photos at larger resolutions can be shown, along with other details like...

ImageFlow

ImageFlow 1.3.0

The pictures are displayed in a carousel fashion, the user having the option to navigate through them.Navigation is made via the mouse wheel, a horizontal scrolling bar or by clicking on an image.Features:Compatible with all graphical browsers Supports...

To load a page faster, Web developers usually merge all their images into one big one and use CSS positioning tricks to render only the part of the bigger image they need.This technique is called image sprites and is widely used, even by large companies...