Skip to content

Commit a710aa7

Browse files
committed
Add link to preload demo
1 parent b1e81ba commit a710aa7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

_posts/2017-02-12-base64-encoding-and-performance-part-2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ a late-requested resource, we can preload it, like so:
150150
<link rel="preload" href="masthead.jpg" as="image" />
151151
```
152152

153+
I made another demo page:
154+
155+
* [Preloaded Image](http://csswizardry.net/demos/base64/preload.html)
156+
153157
By placing this tag in the `head` of our HTML, we can actually tell the HTML to
154158
download the image instead of leaving the CSS to ask for it later. This means
155159
that instead of having a request chain like this:

0 commit comments

Comments
 (0)