Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css round image without stretching

 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*/
 
PREVIOUS NEXT
Tagged: #css #image #stretching
ADD COMMENT
Topic
Name
9+9 =