bootstrap-custom-image
v1.0.31
Published
Photo gallery in a modal window with functions for loading images, creating folders and more...
Downloads
15
Readme
Bootstrap Custom Image
Photo gallery in a modal window with functions for loading images, creating folders and more...
Usage
<div class="custom-image">
<input type="hidden" class="custom-image-input" name="image">
<img class="custom-image-thumbnail" data-toggle="image" src="image-path.webp" alt="...">
<button class="custom-image-clear">×</button>
</div>
<link rel="stylesheet" href="dist/custom-image.min.css">
<script src="dist/custom-image.jquery.min.js"></script>