Merge pull request #510 from dwi/patch-1

Unblurred image rendering in browsers
This commit is contained in:
evilsocket 2019-11-04 11:07:10 +01:00 committed by GitHub
commit 20aa0d1909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ INDEX = """<html>
</head>
<body>
<div style="position: absolute; top:0; left:0; width:100%%;">
<img src="/ui" id="ui" style="width:100%%"/>
<img src="/ui" id="ui" style="width:100%%;image-rendering: pixelated;"/>
<br/>
<hr/>
<form method="POST" action="/shutdown" onsubmit="return confirm('This will halt the unit, continue?');">