Submit your widget
117
Yays

CSS Image Viewer the Clever Way

Views 15083   downloads 2188   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. …

114
Yays

JQuery.iviewer: zoom image and to drag effect

Views 24358   downloads 3424   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…

103
Yays

Zoomooz jQuery

Views 12183   downloads 1539   Image Effects

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

109
Yays

Inset Border Effect jQuery Plugin

Views 10462   downloads 2162   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…

106
Yays

jQuery: Photo Slider

Views 11054   downloads 1653   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…

132
Yays

Animate Curtains Opening with jQuery

Views 30275   downloads 5378   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 9908   downloads 1873   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 15784   downloads 4578   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…

123
Yays

unique Gallery by using z-index and jQuery

Views 11397   downloads 2346   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 15084   downloads 1657   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…

120
Yays

a polaroid Drag drop photo viewer with CSS3 and jQuery

Views 11298   downloads 1909   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 11083   downloads 1865   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 13001   downloads 2118   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"…

100
Yays

Navigate into extralarge images(jQuery)

Views 12720   downloads 2301   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(){…