enabled lazy loading for the Admin UI thumb images

This commit is contained in:
Gani Georgiev
2023-08-06 21:51:55 +03:00
parent 6c8f2d2cd6
commit f90da96820
32 changed files with 40 additions and 37 deletions
@@ -65,6 +65,7 @@
src={thumbUrl}
alt={filename}
title="Preview {filename}"
loading="lazy"
on:error={onError}
/>
{:else if type === "video" || type === "audio"}