mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
378 B
378 B
MinSize
images are always scaled proportionally. A value of '1' in minSize will make the smaller native dimension the dimension resized against.
Example Usage
import { MinSize } from "@lukehagar/plexjs/sdk/models/operations";
let value: MinSize = MinSize.One;
Values
| Name | Value |
|---|---|
Zero |
0 |
One |
1 |