circle image
Hi Team,
do you think this is a bug? when i enter these in css:
code
.mypic {
border-radius:50%;
position: relative;
display: block;
margin: 10px auto;
box-shadow: 0px 0px 0px 4px #4b4b4b, 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
width: 50px;
height: 50px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
/code
the image is becoming circle which is i like to post.
but when i put the image component to the listview the image return some point screenshot is in below:
https://d2r1vs3d9006ap.cloudfront.net...
but when i remove it to the listview the image is becoming perfect circle.screenshot is in below w/o a listview:
https://d2r1vs3d9006ap.cloudfront.net...
what do you think is the problem in listview?i need the listview hehe
any help here please?
Thank you,
She