feat: remove object cover

This commit is contained in:
Nevo David 2025-01-01 16:25:05 +07:00
parent 868a5c2c2b
commit 0a6b7c34d8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export const VideoOrImage: FC<{
<img
className={clsx(
isContain ? 'object-contain' : 'object-cover',
'w-full h-full object-cover'
'w-full h-full'
)}
src={src}
/>