Makes the UI elements scalable to fit inside the container area.
npm install scalable!Demo
[github_link]:https://scriptartist.github.io/Scalable/#demo
``sh`
npm install scalable --save
`sh`
var scalable = new Scalable(containerEl, options);
: left | center | right Horizontal alignment of an element. default: left
+ verticalAlign: top | center | bottom Vertical alignment of an element. default: top
+ containerHeight: fixed | auto Behaviorur of container height property default: fixed
+ fixed - The element fits inside the container.
+ auto - Enlargement of the element increases the height of the container.
+ minWidth: Minimum width of an element.
+ maxWidth: Maximum width of an element.
+ minScale: Minimum scale of an element.
+ maxScale`: Maximum width of an element.