+ 1
Resize list images
Is there a way to resize list style images?
1 Odpowiedź
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.