Valentin Hervieu

Results 275 comments of Valentin Hervieu

I wanted to use the Tooltip as well, and I ended up directly patching this library which does not seem to be maintained anymore. It's quite easy, just need to...

OK, do you have a default JSFiddle that I can fork?

Here is what I'm trying to do: http://jsfiddle.net/a2rssce9/ A possibility for this issue is that the label content is compiled by `ui-leaflet` when the marker is added, while the label...

I think that you should already be able to implement a custom grid by hiding the default one (`showGrid` option) and add your styles with the `cropperArea` classname.

Ideally, I would like to have a bunch of examples using codesandbox on the readme to demo these use cases. However, I'm not able to make codesandbox work with svelte...

@cpwood I managed to have this library now working on Codesandbox. Would you like to create one to show how you did your custom grid please ? You could start...

Thanks for these suggestions. Regarding point 1, it could be a nice option indeed. However, if this can already be achieved with pure CSS, it might be better to let...

You should try using the `aspect` prop instead of the `cropSize` one.

I think that what you need could be handled by an `objectFit` property like it was added on the React version: https://github.com/ricardo-ch/react-easy-crop/pull/236 If you are interested, this could be a...