Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to make image same size as text css

img {
height: 1em;
width: auto;
display: inline-block;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #image #size #text #css
ADD COMMENT
Topic
Name
5+9 =