Hey, I recently added a list view that includes thumbnails.
I used the following code:
<ul data-role="listview" data-inset="false" data-theme="a" data-dividertheme="d>
<li><a href="image.php?imgid=2">
<img src="../images/comma.png" class="ui-li-thumb" />
<h3 class="ui-li-heading>Colleeeeeeeeeeeeege</h3>
<p class="ui-li-desc>by Scott Hill</p></a></li>
</ul>
However, the image is not centered within the thumbnail area. Any tips on how to make it fit properly?
You can see the issue in the image above.
Your help would be greatly appreciated!