Interface ImageResizeDimensions

Width and high of every image is checked, and the largest of both are saved.
This gives the target aspect ratio of the slideshow (or resolution) of the slideshow.
If either a resize width or height is specified alone, the other dimension is calculated via the target aspect ratio.

Hierarchy

  • ImageResizeDimensions

Properties

Properties

width?: number

Image width in pixels.
If unspecified, width will be calculated from height.

height?: number

Image height in pixels.
If unspecified, height will be calculated from width.

Generated using TypeDoc