Image Sizing
Stay organized with collections
Save and categorize content based on your preferences.
The profile picture and cover photos are returned by the People API as URLs.
You can append the following URL parameters to an image URL to get the image size that you want.
Syntax:
|
url= param1-param2...
|
Example:
|
https://lh4.googleusercontent.com/JDjSmaNIR-Q4l6d97ig=s100-c
|
Parameter |
Name |
Description |
s n |
size |
Sets the longer of height or width to n pixels |
w n |
width |
Sets width of image to n pixels |
h n |
height |
Sets height of image to n pixels |
c |
square crop |
Sets height and width of crop to the same value |
p |
smart crop |
|
- 400 pixels in longest side
- Parameter:
=s400
- Example:
https://lh4.googleusercontent.com/JDjSmaNIR-Px5svzdyVwpGd9B6S8vaCt0sWMxGjpkHOm-u6Q4lmJhVrRwq3oz8MGu3QrfyqjrrDo4CZUtgIa6d97ig=s400

- 400 pixels wide
- Parameter:
=w400
- Example:
https://lh4.googleusercontent.com/JDjSmaNIR-Px5svzdyVwpGd9B6S8vaCt0sWMxGjpkHOm-u6Q4lmJhVrRwq3oz8MGu3QrfyqjrrDo4CZUtgIa6d97ig=w400

- 100 pixels high and cropped
- Parameter:
=h100-c
- Example:
https://lh4.googleusercontent.com/JDjSmaNIR-Px5svzdyVwpGd9B6S8vaCt0sWMxGjpkHOm-u6Q4lmJhVrRwq3oz8MGu3QrfyqjrrDo4CZUtgIa6d97ig=h100-c

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-23 UTC."],[[["The People API returns profile picture and cover photos as URLs that can be modified to control image size and cropping."],["You can append parameters like `s` for size, `w` for width, `h` for height, `c` for square crop, and `p` for smart crop to the image URL."],["Using `s`*n* sets the longer dimension to *n* pixels, while `w`*n* and `h`*n* set specific width and height, respectively."],["Adding `c` creates a square crop, ensuring both height and width are equal."]]],["Image URLs from the People API can be modified by appending parameters. The syntax is `url=param1-param2...`. Key parameters include: `s` to set the longer side to a pixel value, `w` for width, `h` for height, `c` for square cropping, and `p` for smart cropping. For example, `=s400` sets the longest side to 400 pixels, `=w400` sets width to 400, and `=h100-c` sets the height to 100 and crops it to a square.\n"]]