blob: 3a74f1da9fa64bbc291636e3d8f7538dc65b7a45 [file] [log] [blame]
<html>
<head>
<title>inline_preview_images example</title>
</head>
<body>
<br/>
<p>A 1023x766 image. PageSpeed will serve an inlined, low-quality
image until the original is loaded.</p>
<img src="images/Puzzle.jpg"/><br/>
<p>An image with srcset.</p>
<img src="images/Puzzle2.jpg" srcset="images/Puzzle.jpg 2x"/><br/>
</body>
</html>