Submit your widget
91
Yays

HTML5 sorting photos Drag and Drop effect

Views 27332   downloads 4240   Image Effects

Drag and Drop and HTML5. As you know (I hope), all modern browsers (it should be FF, Safari, Chrome, possible Opera) have native support of this useful feature (as drag and drop). It means that we can…

90
Yays

Image Reveal using jQuery

Views 14796   downloads 1548   Image Effects

Yet another twist on my image manipulation kick, I tinkered around with making images larger again. This time, instead of actually enlarging the image, we are enlarging the ‘viewer’ to see…

90
Yays

jQuery Captify Simple Animated Image Captions

Views 16274   downloads 3077   Image Effects

Using the ALT-attribute method: <img src="theimage.jpg" class="captify" alt="Caption Text" />   DIV-linked-by-REL-attribute Method: <img src="theimage.jpg" class="captify" rel="caption1"…

90
Yays

Color Changing Text and Backgrounds w/ jQuery

Views 10542   downloads 2050   Image Effects

Here’s a quick and easy way to cycle between multiple colors smoothly. Normally you would define the (background) color in the CSS and that would be the end of it. In this case we want to be able…

90
Yays

simple CSS3 Slick Animated Image Caption

Views 23732   downloads 6079   Image Effects

This is  a simple CSS3 animated image caption. it's very common, useful. the CSS code. .container{ height:200px;width:400px; background:#000; overflow:hidden; position:relative; } .text{ background:rgba(0,0,0,0.5);…

89
Yays

Thumbnail Gallery with Slick Heading and Caption Effect with jQuery

Views 11720   downloads 1908   Image Effects

This is a simple jQuery , but can be extremely useful in frontend design Similar examples 1. HTML It's simple, inside the container - photo class you have three objects, first div is the heading, image…

89
Yays

Zoomooz jQuery

Views 11917   downloads 1431   Image Effects

Zoomooz is an easy-to-use jQuery plugin for making any web page element zoom.

89
Yays

Very Useful CSS3 Rounded ImageS With jQuery

Views 11029   downloads 1503   Image Effects

The other day I was trying to style CSS3 border-radius to image element and I realized that Firefox doesn’t display border-radius on images. Then I figured a way to work around it — wrap a…

88
Yays

Simple jQuery Image hover/fade effect

Views 20746   downloads 3264   Image Effects

This is very useful simple Image hover/fade effect。 For this tutorial,you will need to make two images, one which is the normal state (ie. the image which will display on the page when the mouse isn’t…

87
Yays

jQuery Smooth animated effect

Views 11988   downloads 2221   Image Effects

Time for yet another jQuery quickie! These relatively simple jQuery tutorials will show you a simple, yet beautiful effect making use of jQuery. This way, you can learn and create something very cool…

87
Yays

jQuery cool dynamic grid layout plugin

Views 54214   downloads 8619   Image Effects

BlocksIt.js is a jQuery plugin for creating dynamic grid layout. It manages to convert HTML elements into ‘blocks‘ and position them in well-arranged grid layout like Pinterest, one of…

86
Yays

jCaption: jQuery Image Captions with Customizable Markup, Style and Animation

Views 8605   downloads 1400   Image Effects

jCaption is a jQuery plugin designed to make adding captions to a page dead simple. It takes an image element and uses one of its attributes to build the markup for a caption. It allows for both arbitrary…

85
Yays

jQuery image zoom effect

Views 10819   downloads 1770   Image Effects

The HTML There are two DIV’s that make up the construction of each element, we first have out .item div which is the container for our image and caption. Directly inside the ‘item’ div…

84
Yays

The Wire Tumblr in Realtime-alike jQuery

Views 12961   downloads 1489   Image Effects

we’ll try to discuss how to make an image walking like in “The Wire Tumblr in Realtime”. Actually, that image walking makes use of a very simple technic; the script automatically prepends…

83
Yays

Image Lazy Loader for Prototype

Views 10182   downloads 1398   Image Effects

Images below the fold (the ones lower than window bottom) are not loaded. When scrolling down they are loaded when needed. Shift-reload to test again Installation/Configuration Include the needed javascript…