Skip to content

Commit

Permalink
Pixelated images 2
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Jan 22, 2025
1 parent 1316a43 commit 0830d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/inscription/ImageLargeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function InscriptionImageLargeView(props: any) {
<div className="flex flex-col items-center justify-center h-full">
<h3 className="text-lg View__header">Image</h3>
<div className="flex flex-row items-center justify-center h-full w-full">
<img src={image} alt="inscription" className="object-contain h-[30rem]" />
<img src={image} alt="inscription" className="object-contain h-[30rem] pixelated" />
{false && (
<div className="flex flex-col items-center justify-around h-full px-4">
<p>Normal</p>
Expand Down

0 comments on commit 0830d19

Please sign in to comment.