Submit your widget
308
Yays

Dots gallery scroller(jQuery )

Views 42169   downloads 6249   Slideshow & Scroller

Dots gallery with iPhone images from Apple.com    Similar examples You try it yourself in it's simpler form by following these simple steps: Include jquery and Galleria: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>…

94
Yays

More Classic Gallery Slideshow(jQuery )

Views 14089   downloads 2373   Slideshow & Scroller

Galleria is a JavaScript image gallery unlike anything else. It can take a simple list of images and turn it into a foundation of multiple intelligent gallery designs, suitable for any project. You try…

131
Yays

Slick Auto-Playing Featured Content Slider(jQuery )

Views 31034   downloads 5818   Slideshow & Scroller

Functionality Checklist The Coda Slider was 90% there already. There is a main content area (panels, if you will), which slide from left to right each with different unique content. There is generally…

202
Yays

GalleryView: A jQuery Content Gallery Plugin

Views 29357   downloads 6454   Slideshow & Scroller

GalleryView aims to provide jQuery users with a flexible, attractive content gallery that is both easy to implement and a snap to customize.   View Demonstration   Default Implementation Small…

120
Yays

Creating a Rotating Billboard System with jQuery and CSS

Views 16382   downloads 3160   Slideshow & Scroller

We will use some images, CSS and jQuery to create the effect of a rotating billboard with two ads. The idea is to make one set of image slices disappear while another one (the other ad) appear. We will…

98
Yays

Micro Image Gallery Slideshow

Views 11873   downloads 1764   Slideshow & Scroller

Here’s an improved version of the Micro Image Gallery Plugin.Added some features as suggested in the comments, specifically the auto play function, the possibility to add descriptions for each image,…

122
Yays

Pretty Simple Content Slider with jQuery and CSS3

Views 19123   downloads 4170   Slideshow & Scroller

We will create an auto-playing content slider with jQuery and CSS3. The idea is to alter the background image and to slide in the heading and the description. By clicking on one of the menu items, the…

115
Yays

Supersized – Full Screen Background/Slideshow jQuery Plugin

Views 19613   downloads 2809   Slideshow & Scroller

Features Resizes images to fill browser while maintaining image dimension ratio No extra whitespace, no scrollbars – the entire browser window is always filled Compatible in Firefox, Safari, Opera,…

89
Yays

Multiple Image Cross Fade with jquery

Views 45138   downloads 4740   Slideshow & Scroller

Getting Started What we want to do first is to create mark-up for the content. Like this: <div class="container"> <img src="bmw_3.jpg" alt="" /> <img src="bmw_2.jpg" alt="" /> <img…

118
Yays

Simple Image Viewer(jQuery)

Views 17707   downloads 3640   Slideshow & Scroller

Step 1: Create the Mark-up Here I have created two columns - for navigation and output. For the sake of simplicity I use attribute rel for links to find corresponding image by id in output section.  …

99
Yays

Slide Thumbs

Views 13618   downloads 2665   Slideshow & Scroller

Step 1: Create the Mark-up First we add container elements for output. The outer-most container is used to decorate the output with a background image and padding. The next container is the element that…

190
Yays

Apple-style Slideshow Gallery With jQuery

Views 16898   downloads 3950   Slideshow & Scroller

We are making an Apple-like slideshow gallery, similar to the one they use on their website to showcase their products. It will be entirely front-end based, no PHP or databases required. So go ahead and…

185
Yays

Slideshow Feature List

Views 35455   downloads 7636   Slideshow & Scroller

Using Feature List requires a simple function call: $.featureList( $("#tabs li a"), $("#output li"), { start_item : 1 } ); // Alternative $('#tabs li a').featureList({ output : '#output li', start_item…

128
Yays

Making a Mosaic Slideshow With jQuery & CSS

Views 20670   downloads 2799   Slideshow & Scroller

  We are making a jQuery & CSS mosaic gallery. Mosaic, because it will feature an interesting tile transition effect when moving from one slide to another. Step 1 – XHTML   The mosaic…

214
Yays

HTML5-Slideshow

Views 28615   downloads 5687   Slideshow & Scroller

Download Lightweight HTML5-based slideshow This is a mini web app for people who'd rather build slides with HTML and CSS than with PowerPoint.