reduce blur for thumbnails

This commit is contained in:
talksik
2026-03-30 12:53:35 -07:00
parent 086cf4f1ee
commit 7f93aa9db3
@@ -100,7 +100,7 @@ function VideoThumbnail({
}
return (
<div className="relative h-full w-full bg-black blur-[2px]">
<div className="relative h-full w-full bg-black">
<video
src={`${url}#t=2`}
preload="metadata"