reduce blur for thumbnails
This commit is contained in:
@@ -100,7 +100,7 @@ function VideoThumbnail({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="relative h-full w-full bg-black blur-[2px]">
|
<div className="relative h-full w-full bg-black">
|
||||||
<video
|
<video
|
||||||
src={`${url}#t=2`}
|
src={`${url}#t=2`}
|
||||||
preload="metadata"
|
preload="metadata"
|
||||||
|
|||||||
Reference in New Issue
Block a user