Flickr uses specific suffix codes to represent different standard file sizes in image URLs. Here’s a list of common sizes and their corresponding suffix codes:
- Square 75 (Small Square):
_s - Square 150 (Large Square):
_q - Thumbnail 100:
_t - Small 240:
_m - Small 320:
_n - Medium 500: (No suffix, default size)
- Medium 640:
_z - Medium 800:
_c - Large 1024:
_b - Large 1600:
_h12 - X-Large 3K:
_k - X-Large 4K:
_4k
Tip
Suffixes are based on the longest side
These suffixes are typically appended to the base part of the image URL to retrieve the corresponding size.
