Page 1 of 1

round corners for image component

Posted: Sun Apr 24, 2016 12:44 am
by Gosse Westra

Good Evening,

My Next problem is.

I take a picture with my phone and the picture is loaded in an image component.
Now i want to have round corners for this component.
I used this css code.

#cordovaupload
div[name=photopreview] {

border-radius: 10px;
}

But nothing happens :( how i can fix this and how do i put a 2px border around it.

thanks again for the great support


round corners for image component

Posted: Sun Apr 24, 2016 1:39 am
by Gosse Westra

Ok again i solved this problem.
Sorry for waisting your time :)

i just had to read a little bit more :)


round corners for image component

Posted: Sun Apr 24, 2016 3:30 am
by Evgene Karachevtsev

Hello Gosse,

Thank you for the update!