Skip to content

Commit

Permalink
feat: remove object cover
Browse files Browse the repository at this point in the history
  • Loading branch information
nevo-david committed Jan 1, 2025
1 parent 868a5c2 commit 0a6b7c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
Expand Down

0 comments on commit 0a6b7c3

Please sign in to comment.