An open API service indexing awesome lists of open source software.

https://github.com/artrz/jb-image-input-popup-preview


https://github.com/artrz/jb-image-input-popup-preview

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# JB Image Input Popup Preview

A simple jQuery plugin to show a popup preview on image file inputs using Bootstrap.

## Basic usage

```html

$(function () {
$('#image-input').jbImageInputPopupPreview();
});

```