Skip to content

sky31/ImagePreview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ImagePreview

A tool of uploading image preview base on HTML5

Support more <input> &<img>

Usage:

		<img  src="#" id="image-preview0"  alt="Responsive image">
		<input type="file"  id="file-0"  onchange="imagePreview(this)" >



		<img src="#" id="image-preview1" alt="image-preview">
		<input type="file" id="file-1"    onchange="imagePreview(this)">

        ......

Attention: The browser must support HTML5. //...

About

A tool of uploading image preview base on HTML5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages