mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-22 14:26:29 +01:00
Add lazy load to Product Page
This commit is contained in:
parent
2c51c04448
commit
205628e89d
1 changed files with 3 additions and 2 deletions
|
@ -249,6 +249,7 @@
|
|||
}
|
||||
}
|
||||
</style>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
|
||||
</head>
|
||||
|
||||
<body class="bg-color">
|
||||
|
@ -285,7 +286,7 @@
|
|||
|
||||
<div class="card">
|
||||
<div class="product">
|
||||
<img alt="placeholder image" class="img-fluid" src="assets/Product_1.webp" style="width: 400px; height: auto;"/>
|
||||
<img alt="placeholder image" class="img-fluid lazyload" src="assets/Product_1.webp" style="width: 400px; height: auto;"/>
|
||||
<div class="description">
|
||||
<div style="margin-left: 20px;">
|
||||
<h1 class="titledes">Fashione Shoes White</h1>
|
||||
|
@ -323,7 +324,7 @@
|
|||
<span class="close close-posisition">×</span>
|
||||
<h2 class="title"><b>SUCCESSFULLY ADDED TO BAG</b></h2>
|
||||
<div class="konten">
|
||||
<img alt="placeholder image" class="img-fluid" height="200px" src="assets/Product_1.webp"
|
||||
<img alt="placeholder image" class="img-fluid lazyload" height="200px" src="assets/Product_1.webp"
|
||||
width="200px">
|
||||
<div class="bodymodal" style="padding-left: 20px; padding-right: 20px;">
|
||||
<h3 class="titlemodal">Fashione Shoes White</h3>
|
||||
|
|
Loading…
Reference in a new issue