lazy load train tab images

This commit is contained in:
Josh Hawkins 2025-04-23 17:51:55 -05:00
parent a07e7a0923
commit f74b229dcb

View File

@ -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>