public function ImageDTO::getHeight in PhotoSwipe 3.x
Image height.
Return value
int Image height.
File
- src/
ImageDTO.php, line 237
Class
- ImageDTO
- Contains image item.
Namespace
Drupal\photoswipeCode
public function getHeight() {
return $this->dimensions[self::HEIGHT];
}