ResizeOptions

data class ResizeOptions(val maxLongEdgePx: Int? = 2560, val downscaleOnly: Boolean = true, val maintainAspectRatio: Boolean = true)

Optional resizing prior to compression to improve ratios and UX across desktop and mobile.

Constructors

Link copied to clipboard
constructor(maxLongEdgePx: Int? = 2560, downscaleOnly: Boolean = true, maintainAspectRatio: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard