Resize images to 3840x2160 exactly.

This commit is contained in:
Jonathan Bernard 2016-11-30 16:49:56 -06:00
parent 32de3bd46b
commit 25ee179427
4 changed files with 6 additions and 3 deletions

BIN
img/afternoon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 MiB

BIN
img/evening.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 MiB

BIN
img/morning.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 MiB

View File

@ -9,9 +9,9 @@
</head> </head>
<body> <body>
<img id=bg-morning class=bg src="img/morning.jpg"> <img id=bg-morning class=bg src="img/morning.png">
<img id=bg-afternoon class=bg src="img/afternoon.jpg"> <img id=bg-afternoon class=bg src="img/afternoon.png">
<img id=bg-evening class=bg src="img/evening.jpg"> <img id=bg-evening class=bg src="img/evening.png">
<img id=bg-night class=bg src="img/night.gif"> <img id=bg-night class=bg src="img/night.gif">
<div id=ui-container> <div id=ui-container>
@ -37,6 +37,9 @@
</h1> </h1>
<input type=password name=pwd placeholder='password...'> <input type=password name=pwd placeholder='password...'>
<i class='fa fa-exclamation-circle' id=fail-msg></i> <i class='fa fa-exclamation-circle' id=fail-msg></i>
<div id=checking-credentials>checking credentials
<span id=c1>.</span><span id=c2>.</span><span id=c3>.</span>
</div>
</div> </div>
<div id=session-panel> <div id=session-panel>