Submit your widget
118
Yays

CSS Image Viewer the Clever Way

Views 15182   downloads 2217   Image Effects

Image Viewers are fairly common on websites now-a-days. Most use some form of JavaScript to change images, some use Flash. This is a problem if the user doesn’t have either enabled on their browser. …

115
Yays

JQuery.iviewer: zoom image and to drag effect

Views 24460   downloads 3461   Image Effects

JQuery.iviewer is a jquery plugin used to load and view image in container with ability to zoom image and to drag it with mouse in container. Plugin is expected to work in ie6+, ff2+, google chrome, opera…

113
Yays

Zoomooz jQuery

Views 12241   downloads 1564   Image Effects

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

110
Yays

Inset Border Effect jQuery Plugin

Views 10517   downloads 2183   Image Effects

It’s a very simple but neat effect. The images have a border, but unlike CSS borders, it covers up part of the image. I wanted to use this effect in one of my galleries so I went ahead and experimented…

107
Yays

jQuery: Photo Slider

Views 11127   downloads 1679   Image Effects

My first thought was a thumbnail photo gallery, where clicking a button would reveal the entire photo and more information about that photo. This is what happens, in plan English: Click event on the “More…

133
Yays

Animate Curtains Opening with jQuery

Views 30544   downloads 5449   Image Effects

Step 1 – What You’ll Need This example would not be anything special without the graphics, so let’s make sure you’ve got those under control. I’ve included the ones used…

102
Yays

Threadless Style T-Shirt Gallery jQuery

Views 9962   downloads 1904   Image Effects

The Basic Idea Here’s the gist: There’s a thumbnail which is a full sized image in a container div, which is smaller than the full sized image. The image is centered within it, but doesn’t…

67
Yays

Fancy Image Gallery with CSS3

Views 4698   downloads 595   Image Effects

We will use CSS3 to make an image gallery with animation. HTML Structure First of all, we will create an HTML file with the structure below, which is a div tag with gallery as ID that has an unordered…

115
Yays

a Dynamic Stack of Index Cards(CSS3)

Views 15885   downloads 4617   Image Effects

We will create a dynamic stack of index cards solely with HTML and CSS3 and use such CSS3 features as transform and transition (for the dynamic effects) and @font-face, box-shadow and border-radius (for…

125
Yays

unique Gallery by using z-index and jQuery

Views 11453   downloads 2368   Image Effects

we will combine the CSS property ‘z-index’ and the power of jQuery to create a unique gallery which have a appearance of a pile of pictures. In this example we have the appearance of a pile…

92
Yays

Image Reveal using jQuery

Views 15150   downloads 1701   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…

121
Yays

a polaroid Drag drop photo viewer with CSS3 and jQuery

Views 11385   downloads 1942   Image Effects

This example is making use of CSS3 and jQuery, just to show the effect when combining two powerful techniques. The CSS3 is injected by jQuery, keeping the CSS file clean. HTML The HTML of this page isn't…

87
Yays

jQuery image zoom effect

Views 11144   downloads 1889   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…

121
Yays

jSquares images and description hover overlay (jQuery)

Views 13062   downloads 2148   Image Effects

jSquares is a jQuery plugin that pops up an image and a description in an overlay on hover. Setting it up Make sure you’re including these files in the head of your document <script src="http://www.google.com/jsapi"…

101
Yays

Navigate into extralarge images(jQuery)

Views 12771   downloads 2330   Tabs

A photogallery for extralarg images with navigator. You can drag your extralarge image in the display by the navigator or the image itself. Enjoy yourself into images. here is the js call: $(function(){…