Submit your widget
123
Yays

unique gallery by using z-index and jQuery

Views 11113   downloads 2235   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…

98
Yays

ShineTime – A New jQuery & CSS3 gallery With Animated Shine Effects

Views 14526   downloads 2611   Slideshow & Scroller

This is a animated Shine Effect with jQuery & CSS3 and then use it to create your very own Shiny Gallery ‘ShineTime’.This effect is useful in making your user interface elements look like…

107
Yays

Image gallery with fancy transitions effects(jQuery)

Views 25957   downloads 4102   Slideshow & Scroller

Now, there are ‘wave’, ‘zipper’ and ‘curtain’ effect, plus options that can be used for custom effect.At the beggining you will need to download jQuery and jqFancyTransitions and include them…

84
Yays

Sliding Panel Photo Wall gallery with jQuery

Views 17615   downloads 2169   Slideshow & Scroller

we will create a stunning full page photo wall gallery. The idea is to have a whole page full of thumbs with a nice light effect when we hover. When an image is clicked, a panel slides up from the bottom…

89
Yays

Dynamic Image gallery and Slideshow

Views 16212   downloads 3407   Slideshow & Scroller

This extremely lightweight JavaScript image gallery and slideshow script clocks in under 3kb packed and includes a number of cool features. Here is an example of the markup… <div id="gallery">…

214
Yays

jQuery and CSS3 Thumbnails Navigation gallery

Views 27630   downloads 4440   Menu & Navigation

we are going to create an extraordinary gallery with scrollable thumbnails that slide out from a navigation. We are going to use jQuery and some CSS3 properties for the style. The main idea is to have…

159
Yays

Editable CSS3 jQuery html5 Image gallery

Views 24270   downloads 4252   Lightbox & Dialog & Overlay

We build a pretty typical image gallery design pattern, a grid of images that pop up larger when clicked. But this image gallery page makes use of hot semantic HTML5 markup, loads of visual treats with…

255
Yays

jQuery awesome images gallery lightbox

Views 18891   downloads 4637   Lightbox & Dialog & Overlay

One of the main benefits of using a popular javascript library, such as jQuery, is the incredible number of available plug-ins that will kick-start any development project.   The XHTML   We…

109
Yays

AD gallery,Multiple Toggle slideshow plugin for jQuery

Views 21799   downloads 5064   Slideshow & Scroller

Features   1.Choose effect, should the image slide in, or fade in? 2.Show fifth image by adding #ad-image4 to the url, this takes precedence over over settings.start_at_index 3.jQuery call returns…

120
Yays

Very nice looking, Lightbox gallery Picbox(jQuery)

Views 12826   downloads 2538   Lightbox & Dialog & Overlay

Picbox is a lightweight (around 5KB) javascript image viewer based on the excellent Slimbox by Christophe Beyls, and available using either the  jQuery frameworks. It features automatic resizing…

103
Yays

Easy slideshow gallery for jQuery

Views 9602   downloads 2523   Slideshow & Scroller

The code used for above gallery (Easy Gallery) is: $(document).ready(function (){ $("#gallery").egallery({ width:500, height:230, speed: 1000, delay:4000, easing:'easeInOutBack', thumbs:'numbers', thumbClass:'tclass',…

103
Yays

Smoothgallery 2.1

Views 13130   downloads 2221   Slideshow & Scroller

First step: Install it. Just insert those lines of code in the header of your html files: 1.Include those lines in your header: <script src="scripts/mootools.v1.11.js" type="text/javascript"></script><script…

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…

103
Yays

Pure CSS3 Sliding Image gallery

Views 15730   downloads 2462   Slideshow & Scroller

So, another random CSS3 experiment! This time it’s an image gallery that has a slide effect. This was a bit tricky to work out but I got there in the end. The idea is to get one image to slide in…

95
Yays

Threadless Style T-Shirt gallery jQuery

Views 9639   downloads 1753   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…