1081 | | * @type type array $width { |
1082 | | * @type type string $url The URL of an image source. |
1083 | | * @type type string $descriptor The descriptor type used in the image candidate string, |
1084 | | * either 'w' or 'x'. |
1085 | | * @type type int $value The source width, if paired with a 'w' descriptor or a |
1086 | | * pixel density value if paired with an 'x' descriptor. |
| 1085 | * @type array $width { |
| 1086 | * @type string $url The URL of an image source. |
| 1087 | * @type string $descriptor The descriptor type used in the image candidate string, |
| 1088 | * either 'w' or 'x'. |
| 1089 | * @type int $value The source width if paired with a 'w' descriptor, or a |
| 1090 | * pixel density value if paired with an 'x' descriptor. |
| 1091 | * @type array $sizes { |
| 1092 | * @type int $width Width of the source image. |
| 1093 | * @type int $height Height of the source image. |
| 1094 | * } |