Index: src/views/shell.ejs
===================================================================
--- src/views/shell.ejs	(revision a64d7051ecc17fc913a8a15fca76be421fbfd720)
+++ src/views/shell.ejs	(revision 600fbf32d8b88504151b06778e4a9069d2025672)
@@ -743,5 +743,5 @@
   if (window.__coverFadeWired) return; window.__coverFadeWired = true;
   function scan(root) {
-    (root || document).querySelectorAll('.grid-tile-img, .post-list-cover img').forEach(function (img) {
+    (root || document).querySelectorAll('.grid-tile-img, .post-list-cover img, .tl-media-img img').forEach(function (img) {
       if (img.dataset.fade) return; img.dataset.fade = '1';
       if (img.complete && img.naturalWidth > 0) return;   // already loaded → leave visible
