diff --git a/src/components/VideoPostCard.tsx b/src/components/VideoPostCard.tsx
index 3d353dd775..008274969e 100644
--- a/src/components/VideoPostCard.tsx
+++ b/src/components/VideoPostCard.tsx
@@ -149,7 +149,7 @@ export function VideoPostCard({
source={{uri: thumbnail}}
style={[a.w_full, a.h_full, {opacity: pressed ? 0.8 : 1}]}
accessibilityIgnoresInvertColors
- blurRadius={40}
+ blurRadius={100}
/>
) : null
}