Submit your widget
72
Yays

Awesome CSS3 images Stacked Elements

Views 39708   downloads 7427   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…

82
Yays

Css3 tricks animation featured boxes

Views 31441   downloads 7064   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…

92
Yays

HTML5 sorting photos Drag and Drop effect

Views 27367   downloads 4253   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…

87
Yays

jQuery cool dynamic grid layout plugin

Views 54251   downloads 8638   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…

71
Yays

Beautiful images animation Waves effect

Views 28966   downloads 3986   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 16829   downloads 1424   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…

106
Yays

Pure CSS3 images Hover Effects

Views 67843   downloads 10791   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…

48
Yays

Fancy CSS3 Transitions Image Gallery

Views 29088   downloads 9162   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…

60
Yays

Beautiful jQuery like Google images gallery

Views 21793   downloads 3053   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"…

72
Yays

jQuery multiple Image Hover effect

Views 34068   downloads 5571   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"…

57
Yays

Very using jQuery Anystretch effect

Views 16801   downloads 1896   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…

59
Yays

jQuery diagonal rotation with CSS3 transitions

Views 12559   downloads 1993   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…

64
Yays

Multiple CSS3 Image Styles

Views 15776   downloads 3106   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…

70
Yays

Cool jQuery images Filters effect

Views 19127   downloads 3560   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({…

68
Yays

Awesome jQuery image Swish Zoom Hover Effect

Views 55409   downloads 8699   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…