Resize list images | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Resize list images

Is there a way to resize list style images?

19th Oct 2018, 2:23 PM
Black Rose
Black Rose - avatar
1 Answer
0
https://stackoverflow.com/questions/7775594/css-list-style-image-size There's a good discussion on this over at stackoverflow.com. Check out the link above. The takeaway is "you might want to try the <img> tag instead of setting 'list-style-image' property. Setting a width and height using css will actually crop your image. But if you use <img> tag, the image will be re-sized to the values of width and height.
26th Oct 2018, 6:49 AM
Panayiotis Spanos
Panayiotis Spanos - avatar