Submit your widget
71
Yays

Awesome CSS3 images Stacked Elements

Views 39529   downloads 7362   Image Effects

we'll show you how to create a simple ‘stacked’ look to some images. The HTML <div class="stack"> <img src="image1.jpg" /> </div> Unfortunately WebKit…

81
Yays

Css3 tricks animation featured boxes

Views 31273   downloads 7006   Image Effects

we will create a set of featured boxes that will create a nice text flying effect when you move your mouse over them. We will take advantage of the CSS3 custom animations and create a set of our own animations. I…

90
Yays

HTML5 sorting photos Drag and Drop effect

Views 27260   downloads 4218   Image Effects

Drag and Drop and HTML5. As you know (I hope), all modern browsers (it should be FF, Safari, Chrome, possible Opera) have native support of this useful feature (as drag and drop). It means that we can…

86
Yays

jQuery cool dynamic grid layout plugin

Views 54141   downloads 8590   Image Effects

BlocksIt.js is a jQuery plugin for creating dynamic grid layout. It manages to convert HTML elements into ‘blocks‘ and position them in well-arranged grid layout like Pinterest, one of…

69
Yays

Beautiful images animation Waves effect

Views 28822   downloads 3944   Image Effects

Makes cool ass lakes. No license, do what you want as long as it involves some Cool Ass Lakes. How does it work? <script src="jquery.js"></script> <script src="lake.js"></script>…

36
Yays

Auto Resize Picture - jQuery Picture

Views 16755   downloads 1393   Image Effects

  Overview jQuery Picture is a tiny (2kb) plugin to add support for responsive images to your layouts. It supports both figure elements with some custom data attributes and the new proposed picture…

105
Yays

Pure CSS3 images Hover Effects

Views 67634   downloads 10751   Image Effects

There are five examples of hover effects using different CSS properties compared to the old tutorial posted on Codrops. In summary, we seek the same method but we will act especially using the border…

47
Yays

Fancy CSS3 Transitions Image Gallery

Views 28907   downloads 9000   Image Effects

CSS3 Transitions allow browser to animate HTML elements through the change of CSS properties. In other words, we can create animations in webpage without JavaScript but just with pure CSS. The Idea The…

59
Yays

Beautiful jQuery like Google images gallery

Views 21696   downloads 3016   Image Effects

Works on IE8+ , FF, Chrome, Safari & more...!! Thumba is a gallery jQuery plugin, that displays thumbnails as Google images. You can navigate by moving the mouse, or using "Left" & "Right"…

71
Yays

jQuery multiple Image Hover effect

Views 33963   downloads 5533   Image Effects

Adipoli is a simple jQuery plugin used to bring stylish image hover effects. Enabling image hover effect is very simple. Place the below references inside your head tag. <link href="css/adipoli.css"…

56
Yays

Very using jQuery Anystretch effect

Views 16736   downloads 1864   Image Effects

jQuery Anystretch Anystretch is a jQuery plugin that allows you to add a dynamically-resized background image to any page or block level element. The image will stretch to fit the page/element, and will…

58
Yays

jQuery diagonal rotation with CSS3 transitions

Views 12498   downloads 1963   Image Effects

We start with minimal markup. Always make your markup as simple as possible; don’t duplicate elements unless absolutely necessary. Markup should be a semantic outline of your content. With that…

63
Yays

Multiple CSS3 Image Styles

Views 15710   downloads 3075   Image Effects

When applying CSS3 inset box-shadow or border-radius directly to the image element, the browser doesn't render the CSS style perfectly. However, if the image is applied as background-image, you can…

68
Yays

Cool jQuery images Filters effect

Views 19047   downloads 3526   Image Effects

Filters is a jQuery plugin that allows to filter items using custom animation. You can use CSS3 transitions or just fadeIn/Out effect. Go to the demos and see how simple is that. JavaScript $('.filters').filters({…

67
Yays

Awesome jQuery image Swish Zoom Hover Effect

Views 55234   downloads 8628   Image Effects

With this plugin you can add a zoom style effect to your images on hover, also you can add an overlay to it (What you tend to see on a lot of themes with lightboxes). You can also adjust all the settings…