Giter Site home page Giter Site logo

j-preview-upload's Introduction

j-preview-upload

This is a jQuery drag and drop image upload plugin with a preview image feature. The plugin is fully customizable, very simple, and easy to use.

This provides a simple preview before and after you choose an image file.

preview screenshot

Note

The design is fully customizable, allowing you to set whatever image, color, or size you want for the preview.
It will automatically detect the png, jpg, jpeg, and gif extensions for the preview image.

Usage

Download and include j-preview-upload.min.css file in your html.
Include jquery right after including the css file.
Download and include j-upload-preview.min.js and follow the instructions below.

This is the example of HTML markup

<div class="j-preview-upload" id="upload-container">
     <img src="path/to/preview_image" />
     <input type="file" />
</div>

NOTE

In the above HTML, #upload-container is the preview container. You can customize the design by overriding the CSS.
You can also customize the styling in the JS code or using the options (described below).
Container must have the class 'j-preview-upload'

Initialisation

$(function(){
	$('#upload-container').jPreviewUpload()
})

Options

1. border_radius
2. width
3. height
4. padding

###Example of using options

$('#upload-container').jPreviewUpload({ width:"400px",height:"200px" })

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.