Last active
August 29, 2015 13:57
-
-
Save tkadlec/9356892 to your computer and use it in GitHub Desktop.
Sizer-Soze Results Table
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="fourth-content cf sizer-results"> | |
<h1>Results for http://hugeinc.com</h1> | |
<table> | |
<thead> | |
<tr> | |
<th>Breakpoint</th> | |
<th>Original Weight</th> | |
<th>Lossless Savings</th> | |
<th>Lossy Savings</th> | |
<th>Resized Savings</th> | |
<th>% Savings</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td>860</td> | |
<td>645.73 KB</td> | |
<td>18.57 KB</td> | |
<td>105.41 KB</td> | |
<td>248.32 KB</td> | |
<td>38%</td> | |
</tr> | |
<tr> | |
<td>1280</td> | |
<td>645.73 KB</td> | |
<td>18.57 KB</td> | |
<td>105.41 KB</td> | |
<td>248.32 KB</td> | |
<td>38%</td> | |
</tr> | |
<tr> | |
<td>1600</td> | |
<td>645.73 KB</td> | |
<td>18.57 KB</td> | |
<td>105.41 KB</td> | |
<td>248.32 KB</td> | |
<td>38%</td> | |
</tr> | |
</tbody> | |
</table> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment