Submit your widget
109
Yays

CSS Image Viewer the Clever Way

Views 14691   downloads 2082   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. …

109
Yays

JQuery.iviewer: zoom image and to drag effect

Views 23825   downloads 3280   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…

91
Yays

Zoomooz jQuery

Views 11927   downloads 1432   Image Effects

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

103
Yays

Inset Border Effect jQuery Plugin

Views 10192   downloads 2059   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…

103
Yays

jQuery: Photo Slider

Views 10794   downloads 1557   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 29209   downloads 5120   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…

95
Yays

Threadless Style T-Shirt Gallery jQuery

Views 9658   downloads 1760   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…

109
Yays

a Dynamic Stack of Index Cards(CSS3)

Views 15328   downloads 4374   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 11138   downloads 2246   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…

90
Yays

Image Reveal using jQuery

Views 14815   downloads 1552   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 10959   downloads 1811   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…

85
Yays

jQuery image zoom effect

Views 10827   downloads 1775   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…

115
Yays

jSquares images and description hover overlay (jQuery)

Views 12743   downloads 1997   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"…

97
Yays

Navigate into extralarge images(jQuery)

Views 12489   downloads 2218   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(){…