Let Google cache and resize your images.
Resized and Cached:
Original:
Let Google cache and resize your images.
Resized and Cached:
Original:
function getUrl(width, url) { | |
return 'https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy' | |
+ '?container=focus' | |
+ '&resize_w=' + width | |
+ '&url=' + url | |
; | |
} | |
getUrl(250, 'http://andshelived.files.wordpress.com/2008/10/killer-mater.jpg'); |