Skip to content

v1.3.0

Compare
Choose a tag to compare
@zhanziyang zhanziyang released this 13 Mar 13:10
· 35 commits to master since this release

Change Log:

  • New props: auto-sizing
    If it is set to true, width and height will not work. Instead, croppa will adjust itself to it's container(.croppa-container)'s size. It's useful to make croppa's dimension responsive.
    Demo: https://codepen.io/zhanziyang/pen/bvVKzL
    Fix #76