reduce blur for thumbnails
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user