Hi,
The framework is adding the base url to any dynamically generated img src attribute I have within a li element
<li data-theme="f" spry:repeat="dsAlbums"><a href=""><img src="{media$group.media$thumbnail.url}" alt="{title.$t}"/>{title.$t}</a></li>
So in the markup above it is adding baseurl/{media$group.media$thumbnail.url} to the src attribute. The images are a dynamic feed of google Picase thumbnails. How can I prevent JQuery Mobile from adding the baseurl as a prefix to the markup script?
Loving the speed of building a mobile ui for my existing website using this framework by the way
Cheers
Phil