Skip to content

Commit

Permalink
fix: siwper images size
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jul 19, 2024
1 parent 74959ca commit 99e993a
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion src/renderer/src/components/ui/image/swipe-images.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function SwipeImages({
{uniqImages?.slice(0, 5).map((image, i) => (
<SwiperSlide key={image}>
<Image
className={cn(imgClassName, "rounded-none")}
className={cn(imgClassName, "size-full rounded-none")}
alt="cover"
src={image}
loading="lazy"
Expand Down
Loading

0 comments on commit 99e993a

Please sign in to comment.