protected property ImageDTO::$dimensions in PhotoSwipe 3.x
Image dimensions.
Type: array
File
- src/
ImageDTO.php, line 81
Class
- ImageDTO
- Contains image item.
Namespace
Drupal\photoswipeCode
protected $dimensions = [
self::HEIGHT => 150,
self::WIDTH => 150,
];