Tim BODEGA
Tim BODEGA
CodePen : https://codepen.io/anon/pen/EOWwGv The behavior I am describing is only true if you upload a portrait image (height greater than width).
Awesome ! Thank you ! I will check when you make the PR ! Btw, do you need help for maintaining the project ?
How did you import the lib ?
Then it is the same problem that I had, as pointed out by @CrackerakiUA ! The `ui-cropper` module does not export the name of the module, so you have to...
Ok ! I was wondering it may come from the ES6 module export from the module or if it was from my webpack config.
Had the same issue as @jose-uilton-ferreira and upgraded NPM to the latest version. It worked! But shouldn't something like "minimum NPM version required" documented somewhere?
Yes I get that! I mean that maybe people would like to have a layout that is the inverse of what is currently possible, e.g. the sidebar button to the...
Hey! Just wanted to known if anyone saw this and has any idea. Otherwise I can try to investigate this myself and maybe create PR or at least post what...
Ok, I identified the problem: in the `innerSliderUtils.js` there is a method called `getTrackCSS` that is called to refresh all the props and state variables of the slider. This method...