Reputation: 11
Hi I desperately need a help in solving this issue.
Currently image is contained in react native and we are using a slider for product image. When we upload a product image, it adds white spaces around the picture uploaded and we really want to remove the white space..
If someone knows how to solve this issue, please help us.
the attached image shows the red space represents a product picture... all we wanna do is to remove the white space on the sides of the picture...
Upvotes: 0
Views: 2076
Reputation: 598
Set your image width and height to be '100%' of your parent View. And for View set fixed width and height, and remove the padding. It should work.
Upvotes: 2