Skip to content

Instantly share code, notes, and snippets.

@tkadlec
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkadlec/9356892 to your computer and use it in GitHub Desktop.
Save tkadlec/9356892 to your computer and use it in GitHub Desktop.
Sizer-Soze Results Table
<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