Submit your widget
374
Yays

Awesome Animated Portfolio Gallery with jQuery CSS3

Views 28308   downloads 4369   Slideshow & Scroller

we will create an animated portfolio gallery with jQuery. The gallery will contain a scroller for thumbnails and a content area where we will display details about the portfolio item. The image can be…

83
Yays

Lightweight Thumbnails Image Gallery

Views 20589   downloads 2993   Slideshow & Scroller

Showing images online is a big thing. Besides elementary stuff like flickr, there are a vast number of image gallery scripts available online. Some are free and some cost a little. Some are really good…

120
Yays

Multiple CSS Decorative Gallery

Views 15445   downloads 2716   Image Effects

I will show you how to decorate your images and photo galleries without editing the source images. The trick is very simple. All you need is an extra <span> tag and apply a background image to create…

89
Yays

Very Useful CSS3 Rounded ImageS With jQuery

Views 11052   downloads 1514   Image Effects

The other day I was trying to style CSS3 border-radius to image element and I realized that Firefox doesn’t display border-radius on images. Then I figured a way to work around it — wrap a…

110
Yays

Jquery And CSS3 Virtual Light Table With Draggable Photos

Views 14587   downloads 2395   Image Effects

how to use CSS3 and jQuery to create a nice-looking virtual light table with draggable photos. A traditional light table is a flat illuminated panel that you can place transparent slides on for viewing.…

103
Yays

SIDEWAYS –cool fullscreen image gallery with jQuery css3

Views 16233   downloads 2423   Slideshow & Scroller

A simple, yet elegant fullscreen image gallery created with the jQuery framework and some simple CSS. SIDEWAYS image gallery is made by implementation of some previous scripts/tutorials posted on this…

116
Yays

Multi Style jQuery images gallery

Views 20597   downloads 2591   Slideshow & Scroller

How to use To create image gallery on your html webpage, you should encapsulate all gallery images into a block element (ex. "div") with specified width and height properties. Galileory script would automaticly…

105
Yays

jQuery cool Polaroid Photobar Gallery

Views 14618   downloads 2319   Slideshow & Scroller

we are going to create an image gallery with a Polaroid look. We will have albums that will expand to sets of slightly rotated thumbnails that pop out on hover. The full image will slide in from the bottom…

132
Yays

Annotation Overlay Effect with jQuery

Views 11361   downloads 1677   Image Effects

we will create a simple overlay effect to display annotations in e.g. portfolio items of a web designers portfolio. The Markup The HTML is pretty simple: we have a main “portfolio” wrapper…

92
Yays

jQuery Slider Gallery

Views 17781   downloads 2974   Slideshow & Scroller

This example is about creating a creative gallery with a slider for the thumbnails. The idea is to have an expanding thumbnails area which opens once an album is chosen. The thumbnails will scroll to…

308
Yays

fullscreen image gallery with jQuery

Views 29224   downloads 6032   Slideshow & Scroller

A fullscreen image gallery made with jQuery and CSS. The code The css with some custom font via Google font API @import url(http://fonts.googleapis.com/css?family=Josefin+Sans+Std+Light); html,body{height:100%;}…

107
Yays

jQuery Large Thumb Photo Gallery

Views 14156   downloads 2776   Slideshow & Scroller

What I decided to do was load the large images into the page with AJAX so that the initial load time was faster, and the gallery could handle more images on slower connections. The HTML Below is the new…

96
Yays

Like apple Slider Gallery jQuery

Views 14252   downloads 2131   Slideshow & Scroller

This ‘product slider’ is similar to a straight forward gallery, except that there is a slider to navigate the items, i.e. the bit the user controls to view the items. Simple stuff. jQuery…

80
Yays

PictureSlides jQuery

Views 12379   downloads 2410   Slideshow & Scroller

PictureSlides is a plugin for jQuery, and it is a highly customizable JavaScript-based way to easily turn your images into a collection viewable as a slideshow, and with fading effects, if desired. It…

168
Yays

canvasSlideshow - html5 canvas image slideshow jQuery plugin

Views 38461   downloads 6806   Slideshow & Scroller

Usage Include js files.   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script> <script src="js/webwidget_slideshow_html5_simple.js"></script>…