ImageSizeGroup
enum ImageSizeGroup : String
Internally, the Image Handler stores images at multiple sizes upon image upload. The exact sizes stored for each sizeGroup
may vary based on ImageUsage. Request images at roughly the size you need.
-
Declaration
Swift
case thumbnail = "thumb" -
Declaration
Swift
case full = "full" -
Declaration
Swift
case archive = "archive"
View on GitHub