I wonder if it is possible to insert a large centered image in a listview of a jquery mobile website?
I try this:
<ul data-role="listview" data-inset="true" data-theme="d" data-divider-theme="e" style="white-space:normal">
<li data-role="list-divider" role="heading" class="ui-li ui-li-divider ui-btn ui-bar-e ui-corner-top">Techno: vb.net - asp.net - vb6</li>
<li><img src="/images/paris.png"/></li>
</ul>
But it doesn’t work: ths image is rendered small.
Thanks for your help.
Well best I could come up with for now, maybe you can play with it, Live Example