You are here

protected property FotoramaGalleryFormatter::$fitOptions in Fotorama Gallery 8.2

Options for fit field.

Type: array

File

src/Plugin/Field/FieldFormatter/FotoramaGalleryFormatter.php, line 30

Class

FotoramaGalleryFormatter
Plugin implementation of the 'fotorama_gallery display' formatter.

Namespace

Drupal\fotorama_gallery\Plugin\Field\FieldFormatter

Code

protected $fitOptions = [
  'contain',
  'cover',
  'scaledownn',
  'none',
];