Get started with blueimp-load-image CDN
MIT licensed
Blueimp Load Image is a jQuery plugin for resizing and loading images progressively.
Tags:- javascript
- load
- loading
- image
- file
- blob
- url
- scale
- crop
- img
- canvas
- meta
- exif
- thumbnail
- resizing
Stable version
Copied!
How to start using blueimp-load-image CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with blueimp-load-image CDN - cdnhub.io</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/blueimp-gallery/5.16.0/css/blueimp-gallery.min.css" />
<script src="https://cdn.cdnhub.io/blueimp-load-image/5.16.0/load-image.min.js"></script>
</head>
<body>
<img id="image" src="path/to/your/image.jpg" alt="Your Image">
<button id="load-button">Load Image</button>
<script>
document.getElementById('load-button').addEventListener('click', function() {
LoadImage.load('path/to/your/image.jpg', function(image) {
document.getElementById('image').src = image.toDataURL();
});
});
</script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
All versions
1.0.0
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.7
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.12.0
1.13.0
1.13.1
1.14.0
1.2.3
1.3.0
1.3.1
1.3.2
1.4.0
1.4.1
1.5.0
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.9.0
1.9.1
2.0.0
2.0.1
2.1.0
2.10.0
2.10.1
2.11.0
2.12.0
2.12.1
2.12.2
2.13.0
2.13.1
2.14.0
2.15.0
2.16.0
2.17.0
2.17.1
2.18.0
2.19.0
2.2.0
2.20.0
2.20.1
2.21.0
2.22.0
2.23.0
2.24.0
2.25.0
2.26.0
2.27.0
2.28.0
2.29.0
2.3.0
2.3.1
2.30.0
2.31.0
2.4.0
2.5.0
2.6.0
2.6.1
2.6.2
2.7.0
2.8.0
2.8.1
2.9.0
3.0.0
4.0.0
4.0.1
5.0.1
5.1.0
5.10.0
5.11.0
5.12.0
5.13.0
5.14.0
5.15.0
*** 5.16.0
5.2.0
5.3.0
5.5.0
5.6.0
5.7.0
5.8.0
5.9.0