Properties

class

Class to set on root

class?: string

maximumPixels

Image maximum size in pixels

maximumPixels?: number

resizeQuality

Media height in pixels

resizeQuality?: MediaResizeQuality

objectFit

How to present image in viewer, defaults to ‘cover’, alternative is ‘contain’

objectFit?: "cover" | "contain"

overflowAmount

The amount the image should overflow when we move it around

overflowAmount?: number

enableParallax

Enable parallax effects while dragging images

enableParallax?: boolean