Submit your widget
55
Yays

jQuery and CSS3 Image Flyout Slider effect

Views 16884   downloads 4193   Image Effects

This is an experimental flyout image slider. This image slider is a stack of some images and works by flying out the selected image to the front of images stack. We will use CSS3 transition, animation…

53
Yays

jQuery and CSS3 image 3D Flipping Slider effect

Views 28753   downloads 4653   Image Effects

There are many ways on displaying our portfolio, one of them is using grid style with slider effect for pagination. In this tutorial I’m going to share about how to displaying our portfolio grid…

53
Yays

Portfolio image navigation slider with jQuery

Views 21696   downloads 3722   Image Effects

 The idea is to show some portfolio items in a grouped fashion and navigate through them in all 2D ways (horizontal/vertical). Either the arrows or the little boxes below the current image can be…

47
Yays

jQuery useful preload image effect

Views 13686   downloads 1745   Image Effects

The idea is to preload an image first to browser cache, then display it when completely loaded using jQuery. We can also make it more presentable to viewers by adding a fade in effect after we preload…

35
Yays

popular jQuery Cropping Images

Views 12947   downloads 1526   Image Effects

you just want to display a collection (or more) of images with different dimensions. The problem seems easy enough.   The task of manually creating thumbnail for each image is quite tedious and it’s…

33
Yays

jQuery images Lazy Load plugin

Views 13503   downloads 1775   Image Effects

This  is very useful and it boosts performance delaying loading of images in long web pages because images outside of viewport (visible part of web page) won't be loaded until the user scrolls…

31
Yays

Light and responsive lightbox plugin with jQuery

Views 10371   downloads 2793   Lightbox & Dialog & Overlay

Magnific Popup is a responsive jQuery lightbox plugin that is focused on performance and providing best experience for user with any device (Zepto.js compatible). Documentation · GitHub · WordPress…

29
Yays

JQUERY, HTML 5 & CSS3 GALLERY---least.js

Views 15508   downloads 4427   Image Effects

Random & Responsive jQuery, HTML 5 & CSS3 Gallery with LazyLoad use it Download least.js   Insert the following code before end of </head>-tag. <!-- least.js CSS-file --> <link…

25
Yays

CSS3 and jQuery better Toggling of elements

Views 8484   downloads 1592   Image Effects

betterToggle is a jQuery plugin for better Toggling of elements.It uses css3 transforms with fallback. betterToggle is a jQuery plugin for better Toggling of elements.   Instead of using $("#element").toggle()…