Get started with imgLiquid CDN
MIT licensed
ImgLiquid: Responsive plugin adjusts image sizes to container.
Tags:- resize
- image
- images
- fit
- responsive
- fill
- container
- img
- thumbnails
Stable version
Copied!
How to start using imgLiquid CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with imgLiquid CDN - cdnhub.io</title>
<link rel="stylesheet" href="styles.css">
<script src="https://cdn.cdnhub.io/imgLiquid/0.9.944/js/imgLiquid-min.js" defer></script>
</head>
<body>
<img class="img-fluid" src="image.jpg" alt="Responsive image" data-src="image-large.jpg">
<script src="script.js" defer></script>
</body>
</html>
Copied!
Copied!