Get started with jquery.lazyload CDN
MIT licensed
JQuery Lazy Load is a lightweight plugin that deferrs the loading of images until they enter the viewport, improving page load times.
Tags:- lazyload
- lazy
- load
- image
Stable version
Copied!
How to start using jquery.lazyload CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with jquery.lazyload CDN - cdnhub.io</title>
<link rel="stylesheet" href="styles.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.cdnhub.io/jquery.lazyload/1.9.1/jquery.lazyload.min.js"></script>
<script src="script.js"></script>
</head>
<body>
<!-- Your content goes here -->
</body>
</html>
Copied!
Copied!