react-image-picker icon indicating copy to clipboard operation
react-image-picker copied to clipboard

Width and height of the pictures

Open DovaX opened this issue 3 years ago • 5 comments

Hi, it would be nice to have a standardized and documented way to change the size of the pictures.

DovaX avatar Aug 19 '20 13:08 DovaX

Hi, it would be nice to have some standardized and documented way to change the size of the pictures.

Did you figure out how change width and height of pictures?

romancarrasco avatar Oct 26 '20 02:10 romancarrasco

Hi, unfortunately not yet.

DovaX avatar Oct 26 '20 14:10 DovaX

Hi, it would be nice to have a standardized and documented way to change the size of the pictures.

You can use a trick here: i mean you can override css original style of image. At least it work for me.

nhanhaloli avatar Feb 02 '21 02:02 nhanhaloli

Hi, it would be nice to have a standardized and documented way to change the size of the pictures.

You can use a trick here: i mean you can override css original style of image. At least it work for me.

Hi, can you explain more details, please? I can override image_picker by .image_picker{}, but how to override image ?

ysong10 avatar Feb 27 '21 06:02 ysong10

i have a fix for this:
https://github.com/onezoomin/react-image-picker/commit/181acd417ec992560980667046661a5caccc91be

will clean up and PR soonish

gotjoshua avatar May 07 '21 11:05 gotjoshua