Submit your widget
90
Yays

Image splitting effect with CSS and JQuery

2 years ago   Views 6371   downloads 898   Image Effects

we are going to make an image splitting effect. What’s that? It’s simillar to a sliding door effect where the image slides to left or right side and reveals the text behind it, but the thing…

98
Yays

Hoverbox Image Gallery

2 years ago   Views 14741   downloads 2416   Image Effects

It uses an anchor link for the effect, because that is the only thing that Internet Explorer allows the :hover psuedo-class to work with. While my example page only has # linked to, this could easily…

86
Yays

jquery masked Gallery

2 years ago   Views 10239   downloads 1158   Image Effects

Slide your images into a mask! Build your own png mask and choose your images to slide inside! in the header: <script type="text/javascript" src="inc/jquery/1.3.2.min.js"></script> <script…

134
Yays

A jQuery Cloud Zoom

2 years ago   Views 16880   downloads 4583   Image Effects

Cloud Zoom is a jQuery image zoom plugin, a comparable alternative to products such as Magic Zoom. Compared to the popular jQZoom plugin, Cloud Zoom is smaller, has more features and more robust compatability…

104
Yays

Sexy Images jQuery Plugin

2 years ago   Views 11732   downloads 995   Image Effects

This plugin allows you to create sexy hover effect for images on your page ;) Requried: jQuery 1.3+ Test with following browsers: Opera 10.0+ Mozilla Firefox 3.0+ Google Chrome 3.0.195 Safari 3.1+ (win)…

80
Yays

jQuery Easy Background Resize

2 years ago   Views 8855   downloads 1134   Image Effects

Resizable full-browser background image using jQuery. Implementation requires no CSS. Keeps the images aspect ratio in tact! Example HTML for Background DIV <!-- This gets positioned absolutely so…

95
Yays

CSS Image Viewer the Clever Way

2 years ago   Views 8194   downloads 1134   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. …

91
Yays

JQuery.iviewer: zoom image and to drag effect

2 years ago   Views 14564   downloads 1735   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…

77
Yays

Zoomooz jQuery

2 years ago   Views 8505   downloads 760   Image Effects

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

86
Yays

Inset Border Effect jQuery Plugin

2 years ago   Views 6494   downloads 948   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…

83
Yays

jQuery: Photo Slider

2 years ago   Views 6844   downloads 660   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…

114
Yays

Animate Curtains Opening with jQuery

2 years ago   Views 12755   downloads 2367   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…

84
Yays

Threadless Style T-Shirt Gallery jQuery

2 years ago   Views 6902   downloads 983   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…

66
Yays

Fancy Image Gallery with CSS3

2 years ago   Views 4698   downloads 589   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…

88
Yays

a Dynamic Stack of Index Cards(CSS3)

2 years ago   Views 9500   downloads 1744   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…