The Galleria options image_crop and thumb_crop can have four possible values:

  • true: Scale to fit the entire image
  • false: Scale and crop to the size of the stage
  • 'height': Scale to fill the height of the stage
  • 'width': Scale to fill the width of the stage

Views Slideshow: Galleria only supports true and false.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mparker17’s picture

Here is a patch

mparker17’s picture

Assigned: Unassigned » mparker17
Status: Active » Needs work

Update: my patch doesn't work. Assigning to myself so I can fix it.

mparker17’s picture

Assigned: mparker17 » Unassigned
Status: Needs work » Needs review
FileSize
5.73 KB

I've packaged the changes from #945084: Settings passed as wrong type that I needed to make this work into this patch. Now everything seems to work.

I'll be removing the changes introduced by this patch from #945084: Settings passed as wrong type shortly.