I'm dealing with a list item that contains an image, like so:
<ul>
<li>
<img></img>
</li>
</ul>
The image is not filling the entire width of the list item.
Is there a way to make the list item shrink to fit the size of the image inside it?