mirror of
https://gitlab.com/nekoya/web.git
synced 2025-04-25 13:41:18 +02:00
Add lazy load to Checkout Page
This commit is contained in:
parent
9906a66326
commit
95ec5dfdcc
1 changed files with 4 additions and 3 deletions
|
@ -267,6 +267,7 @@
|
|||
border-color: red;
|
||||
}
|
||||
</style>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
|
||||
</head>
|
||||
|
||||
<body class="bg-color">
|
||||
|
@ -317,7 +318,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr class="titletrdes">
|
||||
<th scope="row" style="display: flex;"><img alt="placeholder image" class="img" height="80px"
|
||||
<th scope="row" style="display: flex;"><img alt="placeholder image" class="img lazyload" height="80px"
|
||||
src="assets/Product_1.webp" width="80px">
|
||||
<div class="info">
|
||||
<p>Fashione Shoes</p>
|
||||
|
@ -329,7 +330,7 @@
|
|||
<td>Rp 1.999.999,00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" style="display: flex;"><img alt="placeholder image" class="img" height="80px"
|
||||
<th scope="row" style="display: flex;"><img alt="placeholder image" class="img lazyload" height="80px"
|
||||
src="assets/Product_1.webp" width="80px">
|
||||
<div class="info">
|
||||
<p>Fashione Shoes</p>
|
||||
|
@ -341,7 +342,7 @@
|
|||
<td>Rp 1.999.999,00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" style="display: flex;"><img alt="placeholder image" class="img" height="80px"
|
||||
<th scope="row" style="display: flex;"><img alt="placeholder image" class="img lazyload" height="80px"
|
||||
src="assets/Product_1.webp" width="80px">
|
||||
<div class="info">
|
||||
<p>Fashione Shoes</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue