Skip to content

Instantly share code, notes, and snippets.

@cagatayldzz
Created February 22, 2018 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cagatayldzz/4525eb0349c8ede6090cd3e63f3acea0 to your computer and use it in GitHub Desktop.
Save cagatayldzz/4525eb0349c8ede6090cd3e63f3acea0 to your computer and use it in GitHub Desktop.
Url İle Resim Optimizasyonu #2
function getUrl(width, url) {
return 'https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy'
+ '?container=focus'
+ '&resize_w=' + width
+ '&url=' + url
;
}
getUrl(250, 'http://www.ornek.com/resim.png');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment