Submit your widget
23
Yays

Inset border effect for image or box with jquery plugin

Views 9579   downloads 1957   Image Effects

Usage Just call the plugin at the element you want to add a inset border effect. $(document).ready(function(){ $('a').borderEffect(); }); How it work? The plugin add position:relative to the element…

20
Yays

imgLiquid - A jQuery Plugin to resize images to fit in a container

Views 10967   downloads 1524   Image Effects

Usage Include: <script src="js/imgLiquid-min.js"></script> js: $(document).ready(function() { $(".imgLiquidFill").imgLiquid(); }); Html: <div class="imgLiquidFill…

15
Yays

jQuery plugin for lazy loading images

Views 4887   downloads 1500   Image Effects

Lazy Load Plugin for jQuery Lazy Load delays loading of images in long web pages. Images outside of viewport wont be loaded before user scrolls to them. This is opposite of image preloading. Using Lazy…

24
Yays

CSS3 and jQuery better Toggling of elements

Views 8411   downloads 1567   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()…

32
Yays

jQuery images Lazy Load plugin

Views 13442   downloads 1752   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…

34
Yays

popular jQuery Cropping Images

Views 12882   downloads 1501   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…

28
Yays

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

Views 15444   downloads 4402   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…

24
Yays

Animated Photo Stack with CSS3 and jQuery

Views 16240   downloads 2388   Image Effects

we are going to build an animated photo stack, which will use all kinds of fancy effects to transition between a set of images. The effects are implemented purely using CSS3, which means that they run…

43
Yays

jQuery and CSS3 Image Flyout Slider effect

Views 16810   downloads 4169   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…

52
Yays

Portfolio image navigation slider with jQuery

Views 21620   downloads 3696   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…

41
Yays

jQuery Fullscreen Background effect

Views 23734   downloads 3423   Image Effects

If you’re a webdeveloper or designer we'll pretty sure you’ve run into the problem of people wanting to have “fullscreen content” or just background images that will stretch…

52
Yays

jQuery and CSS3 image 3D Flipping Slider effect

Views 28669   downloads 4626   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…

36
Yays

Image black and white switch with jQuery.

Views 22129   downloads 3577   Image Effects

This plug-in can easily convert any colored image into a B&W greyscale image. It uses the the HTML5 canvas tag and a fallback for the old browsers Usage 1 Include the plug into the page: <script…

61
Yays

jQuery useful Product Colorizer Plugin

Views 22089   downloads 4727   Image Effects

productColorizer is a light-weight solution for users to quickly preview a product in different colors. The plugin uses only two images per product to create the effect and it is built on top of the robust…

77
Yays

jquery beautiful responsive portfolio hover gallery

Views 39879   downloads 6825   Image Effects

we are going to show you, creating a beautiful responsive portfolio gallery with jquery mouse hover effect. On mouse over each images you see animation background transparency and two permalinks will…