CSS list-style-image size

You might would like to try img tag instead of setting ‘list-style-image’ property. Setting width and height using css will actually crop the image. But if you use img tag, the image will be re-sized to value of width and height.

Leave a Comment