Skip to content

Commit 0a6b7c3

Browse files
committed
feat: remove object cover
1 parent 868a5c2 commit 0a6b7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/react-shared-libraries/src/helpers/video.or.image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const VideoOrImage: FC<{
2323
<img
2424
className={clsx(
2525
isContain ? 'object-contain' : 'object-cover',
26-
'w-full h-full object-cover'
26+
'w-full h-full'
2727
)}
2828
src={src}
2929
/>

0 commit comments

Comments
 (0)