diff --git a/src/components/PopularRankList.tsx b/src/components/PopularRankList.tsx
index f97cfed..0dc3ccd 100644
--- a/src/components/PopularRankList.tsx
+++ b/src/components/PopularRankList.tsx
@@ -132,14 +132,26 @@ function PopularRankRow({
}`}
>
{cover ? (
- setCoverFailed(true)}
- />
+ <>
+ {/* Same image, blurred + scaled, fills the letterbox area so we
+ see the full poster (no crop) without dead black bars. */}
+
+
setCoverFailed(true)}
+ />
+ >
) : (