0
too big picture
I want to put in the lists, an image, but it is too big, anyone knows what is need to do?
2 Answers
+ 1
Use width and height attribute on the img tag. If you're using it as a background-image, then use the background-size property.
0
learn CSS
<img class="icon">
.icon{
width : 10px;
height : 10px;
}