Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 714 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 714 Bytes

premage

jQuery plugin for having live preview of selected image from file browser (input[type=file]).

  • Easily configurable.
  • Provide default image to be displayed as place holder.
  • Animations while changing the image.
  • Display image in different shapes.
  • Works in all major browsers.
  • Requires jQuery and jQuery UI.
  • MIT License.

Usage

/* Here imgLive is the id of input having type=file. */
$("#imglive").premage({
	width:'64px',
	height:'64px',
	shape: {
		type: 'round'
	}
});

More Details

Wiki Pages.

Download latest release

Click Here