too big picture | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

1st Jan 2020, 3:18 PM
NIR DERI
NIR DERI - avatar
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.
1st Jan 2020, 3:27 PM
Rain
Rain - avatar
0
learn CSS <img class="icon"> .icon{ width : 10px; height : 10px; }
2nd Jan 2020, 1:56 PM
Gordon
Gordon - avatar