<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!DOCTYPE html>
<html>
<head>
<title>How to implement lazy loading image with example for your website?</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.lazyload/1.9.1/jquery.lazyload.js"></script>
<style type="text/css">
img{width:100%;height:250px;border:1px solid #e1e1e1;}
.col-md-4{padding-bottom: 70px;}
h2{padding-bottom: 20px;}
</style>
</head>
<body>
<div class="container">
<h2>How to implement lazy loading image with example for your website?</h2>
<div class="row">
<div class="col-md-4">
<img data-original="http://itsolutionstuff.com/upload/Laravel-5-barcode-generator.png" >
<a target="_blank" href="http://itsolutionstuff.com/post/laravel-5-authenticate-user-in-nodejs-with-socket-io-using-jwtexample.html">Laravel 5 - Authenticate user in NodeJS with socket io using JWT.</a>