You are here

public function ImageDTO::getDimensions in PhotoSwipe 3.x

Get image dimensions.

Return value

array Set image dimensions.

File

src/ImageDTO.php, line 207

Class

ImageDTO
Contains image item.

Namespace

Drupal\photoswipe

Code

public function getDimensions() {
  return $this->dimensions;
}