Reduce page reflow by adding image dimensions #1
Loading…
Reference in a new issue
No description provided.
Delete branch "img-dimensions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds width and height attributes to all img tags so that the browser can
lay them out before they have even finished loading.
Corrects some existing attributes which had the wrong number of pixels.
For pineapples.html, all width and height attributes were set to the
real image dimensions, and a stylesheet rule was added to cap the
maximum height of the images in the table cells.
Pull request closed