sigged / sbweb-scalegorithm

Scale elements within a container when conventional CSS options fail.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scalegorithm

Scalegorithm calculates how to properly scale a child element within a parent when conventional CSS options fail. This is useful for image scaling and cross-domain iframe situations.

Features:

  • Auto fit images in a container
  • Simulate padding around image
  • Recenter origin after scaling
  • Limit upscaling to prevent pixalation

Scale math

Instead of directly manipulating DOM elements using scaleChild(), you may also use the calc() function to calculate numerical results.

Example

Check https://codepen.io/anon/pen/qQYzOY for an example.


Build Status

About

Scale elements within a container when conventional CSS options fail.

License:MIT License


Languages

Language:JavaScript 100.0%