set img rendering to pixelated
This commit is contained in:
parent
5f271367f0
commit
c4978fa9a2
|
@ -10,7 +10,7 @@
|
|||
|
||||
<body style="background-color: #121212">
|
||||
<div>
|
||||
<img id="image" src="http://localhost:3000/image" width="700" style="display: block; margin: auto;" />
|
||||
<img id="image" src="http://localhost:3000/image" width="700" style="display: block; margin: auto; image-rendering: pixelated;" />
|
||||
<br>
|
||||
<div style="position: absolute; left: 50%; transform: translate(-50%, 0);">
|
||||
<a id="UP" class="button">
|
||||
|
|
Loading…
Reference in New Issue
Block a user