Best Image Editing Scripts for Web
To use, just add an image inside a DIV with the "background" ID.BACKGROUND.js will do the rest and rescale the DIV and image accordingly, to perfectly fit inside the new viewport every time the page is resized.There's also a method for dynamically...
Support is included for the JPEG format.Can detect and extract photo meta information like resolution, camera model, GPS coordinates, time,...
While nobody will hurry to copy the Google Images layout and pass it as their own pretty soon, photoWall.js is still a very useful plugin.
This is because it can easily be integrated in photo album scripts and provide a click-to-view mechanism for the...
The effect works by splitting the image in two and rotating the slices and applying them to the entire area of the page.While in fullscreen viewing mode the user can return to the original view by pressing a special icon in the top right corner of the...
Scratch pads are elements that when scratched on the surface reveal an extra layer underneath it.Usually used in online games and ads, they are more of a decorative interactive element than something of use in a developer's every day life.wScratchPad...
The jQuery Unobtrusive Background Image Switcher plugin allows developers to rotate images on the background of the page or a DIV section at timed intervals.
The plugin works asynchronously, loading new images as they're needed.
This avoids bulking...
LazyLoad is different from other lazy-loading systems because it heavily relies on the srcset attribute and comes with special support for progressive JPEG files.The library is quite easy to implement, has some pretty solid default options, but also a lot...
The problem with images is they never come at the same dimensions.Arranging such photos on a photo grid usually requires cropping or cutton to make them all fit.The RowGrid.js jQuery plugin works by taking the all images and resizing them at a given...
Dynamic jQuery Image Gallery with Uploader is "an interesting" concept for image galleries. Besides just displaying photos inside a classic slideshow layout, it additionally lets users upload images as well.By default all newly uploaded images are added...
Rimg is a standalone JavaScript library that works completely on the client's side and does not need any type of server-side component.
The library allows images to automatically change their src attribute in tune with the page's viewport...