Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

round image css

 img {
  border-radius: 50%;
  height:100px;
  width:100px;
}
/* change image height and width to see your image preview. 
for me all of the different images dimensions are rounded with this css*/
/*Note :Height and width should be of same  size*/
Source by programmersportal.com #
 
PREVIOUS NEXT
Tagged: #image #css
ADD COMMENT
Topic
Name
2+6 =