Skip to content

Commit

Permalink
Merge pull request #187 from MiyashitaLab/fix/image_layout
Browse files Browse the repository at this point in the history
Update WrapImage.tsx
  • Loading branch information
HoorayTritium committed Mar 27, 2024
2 parents bca9d94 + 501fc43 commit d829d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/feature/wrapImage/WrapImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const WrapImageFill: FC<WrapImageFillProps> = ({
priority={priority}
fill
sizes={sizesSet}
className={"object-contain"}
className={"object-cover"}
/>
</div>
);
Expand Down

0 comments on commit d829d76

Please sign in to comment.