| <html> | |
| <head> | |
| <title>Rewrite Images example</title> | |
| </head> | |
| <body> | |
| <img src="images/Puzzle.jpg" width="1023" height="766" title="A large image. mod_pagespeed will recompress it."/><br/> | |
| <img src="images/Puzzle.jpg" width="256" height="192" title="The same image, but with smaller width and height attributes. mod_pagespeed will resize it."/><br/> | |
| <img src="images/Cuppa.png" title="A small image. mod_pagespeed will inline it."/><br/> | |
| </body> | |
| </html> |