feat: remove object cover
This commit is contained in:
parent
868a5c2c2b
commit
0a6b7c34d8
|
|
@ -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}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue