Skip to content

Instantly share code, notes, and snippets.

Created September 5, 2012 17:29
Show Gist options
  • Save anonymous/3640618 to your computer and use it in GitHub Desktop.
Save anonymous/3640618 to your computer and use it in GitHub Desktop.
<div class="itemtemplate" data-win-control="WinJS.Binding.Template">
<img class="item-image" src="#" data-win-bind="src: backgroundImage; alt: title" />
<div class="item-overlay">
<h4 class="item-title" data-win-bind="textContent: title"></h4>
<h6 class="item-subtitle win-type-ellipsis" data-win-bind="textContent: subtitle"></h6>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment