1
0

Update gallery component to lazy load images

This commit is contained in:
suroh 2025-03-28 09:57:36 +01:00
parent aacad32011
commit 1fe0ffb90f

@ -4,7 +4,7 @@
</label>
<div class="gallery">
<img webc:for="img of images" :src="img.src" :alt="img.alt">
<img webc:for="img of images" :src="img.src" :alt="img.alt" loading="lazy">
</div>
<style webc:scoped>