Change attribute placement for image

This commit is contained in:
2024-07-23 19:37:02 +05:30
parent ce4a0a3b53
commit def0ff3d4f
+2 -2
View File
@@ -85,7 +85,7 @@
<body> <body>
<header> <header>
<div> <div>
<img src="https://ik.imagekit.io/mysticmode/tr:w-479/home/name.png" alt="My Full Name - Nirmal Kumar R" loading="lazy"> <img loading="lazy" src="https://ik.imagekit.io/mysticmode/tr:w-479/home/name.png" alt="My Full Name - Nirmal Kumar R">
</div> </div>
</header> </header>
@@ -98,7 +98,7 @@
</nav> </nav>
<section class="home"> <section class="home">
<img src="https://ik.imagekit.io/mysticmode/tr:w-479/home/ashram.jpg" alt="A picture of an ashram garden" width="479px" loading="lazy"> <img loading="lazy" src="https://ik.imagekit.io/mysticmode/tr:w-479/home/ashram.jpg" alt="A picture of an ashram garden" width="479px">
</section> </section>
<section class="content-wrapper"> <section class="content-wrapper">