[PR #413] [MERGED] Load low- and high quality thumbnail in the same img tag #8606

Closed
opened 2026-02-05 13:50:09 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/413
Author: @matthinc
Created: 7/31/2022
Status: Merged
Merged: 7/31/2022
Merged by: @alextran1502

Base: mainHead: dev/album-load-remove-flicker


📝 Commits (1)

  • 67fbd21 Load low- and high quality thumbnail in the same img tag to avoid flickering

📊 Changes

1 file changed (+13 additions, -17 deletions)

View changed files

📝 web/src/lib/components/album-page/album-card.svelte (+13 -17)

📄 Description

This little change loads both quality stages of the album thumbnail in the same <img tag to avoid flickering when the first tag is deleted and the second one not fully loaded.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/413 **Author:** [@matthinc](https://github.com/matthinc) **Created:** 7/31/2022 **Status:** ✅ Merged **Merged:** 7/31/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/album-load-remove-flicker` --- ### 📝 Commits (1) - [`67fbd21`](https://github.com/immich-app/immich/commit/67fbd21164f43e1e97e41c00ff48a94360263625) Load low- and high quality thumbnail in the same img tag to avoid flickering ### 📊 Changes **1 file changed** (+13 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/album-page/album-card.svelte` (+13 -17) </details> ### 📄 Description This little change loads both quality stages of the album thumbnail in the same `<img` tag to avoid flickering when the first tag is deleted and the second one not fully loaded. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:50:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8606