Skip to content

Commit

Permalink
Update BlockImageView.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
pogseal committed Oct 15, 2024
1 parent 5358324 commit 8f4035e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_editor+/blocks+/image/BlockImageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function BlockImageView({ element, children }: Props) {
onClick={() => setIsOpen(true)}
>
<Image
className="max-h-80 w-auto mx-auto"
className="w-auto mx-auto"
alt="Inline"
url={element.url}
loading="lazy"
Expand Down

0 comments on commit 8f4035e

Please sign in to comment.