Skip to content

Commit

Permalink
fix: remove pixelation for image rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraviolet-jordan committed Jan 13, 2024
1 parent f1c7b85 commit 0eaae55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
display: block;
margin: 0 auto;

image-rendering: pixelated;
/*image-rendering: pixelated;*/
touch-action: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
Expand Down

0 comments on commit 0eaae55

Please sign in to comment.