mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 01:21:22 +00:00
refactor: remove lazy load on first image
This commit is contained in:
parent
e51f2d463d
commit
c380518eda
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
|||
<div class="h-64 overflow-hidden rounded-lg bg-gray-100 shadow-lg md:h-auto sticky top-10">
|
||||
<img
|
||||
src={bartvdbraakImage}
|
||||
loading="lazy"
|
||||
alt="Bart van der Braak with a noire effect"
|
||||
class="h-full w-full object-cover profile-fit"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue