mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
lazy load train tab images
This commit is contained in:
parent
a07e7a0923
commit
f74b229dcb
@ -662,6 +662,7 @@ function TrainingGrid({
|
||||
</div>
|
||||
<img
|
||||
className="w-full"
|
||||
loading="lazy"
|
||||
src={`${baseUrl}api/events/${selectedEvent?.id}/${selectedEvent?.has_snapshot ? "snapshot.jpg" : "thumbnail.jpg"}`}
|
||||
/>
|
||||
</DialogContent>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user