Link Search Menu Expand Document

Constructor: photoSize

Back to constructors index

Image description.

Attributes:

NameTypeRequiredDescription
typestringYesThumbnail type »
wintYesImage width
hintYesImage height
sizeintYesFile size

Type: PhotoSize

Example:

$photoSize = ['_' => 'photoSize', 'type' => 'string', 'w' => int, 'h' => int, 'size' => int];