mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-11 04:21:20 +01:00
Add lazy load to Transaction Page
This commit is contained in:
parent
d3e9fc84ea
commit
27f3dd0391
1 changed files with 2 additions and 1 deletions
|
@ -24,12 +24,13 @@
|
|||
border-bottom-right-radius: 20px;
|
||||
}
|
||||
</style>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
|
||||
</head>
|
||||
|
||||
<body class="bg-color">
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
||||
<a href="/"><img alt="Banner" class="navbar-brand" height="80" src="assets/logo_transparent.webp"
|
||||
<a href="/"><img alt="Banner" class="navbar-brand lazyload" height="80" src="assets/logo_transparent.webp"
|
||||
style="margin-top: 0%;" width="80"></a>
|
||||
<button aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler"
|
||||
data-target="#navbarTogglerDemo01" data-toggle="collapse" type="button">
|
||||
|
|
Loading…
Reference in a new issue