Get large Google Plus photo via URL change (lh3.googleusercontent.com)
google-plus, random, url
Solution
You can also pass the `sz` query parameter to resize the image.
Passing `?sz=10` will resize the original image to a 10x10 image.
https://lh4.googleusercontent.com/-ahWlp0z8KQM/AAAAAAAAAAI/AAAAAAAAAGA/nEfC5WjfVM4/photo.jpg?sz=10
Problem
I am using Google Plus as a login, capturing users information etc. The profile picture I am saving looks like the following : https://lh4.googleusercontent.com/-ahWlp0z8KQM/AAAAAAAAAAI/AAAAAAAAAGA/nEfC5WjfVM4/photo.jpg I am trying to get the various sizes e.g. small and large. Is there some way I can just add an URL variable like `?size=small` or just a change in URL?? Is there any way?