listItemLockup
Contains a new list item.
Overview
The listItemLockup subelements are arranged using the tv-align and tv-position styles. Containing elements are centered by default.
[Image]
Elements contained in the same position are arranged from the top of the cell to the bottom, in the same order in which they are specified in the listItemLockup element. You can specify a <background><img /></background> that displays a background image inside of the listItemLockup. The background image is top-aligned and is fitted to the size of the listItemLockup while keeping the image’s original aspect ratio. Text wrapping inside of the listItemLockup only occurs in the header, center, and footer positions. Here is an example of a two listItemLockup elements inside a section element.
<section>
<listItemLockup>
<ordinal minLength="2">1</ordinal>
<title>Opening sequence</title>
<decorationLabel>11:14</decorationLabel>
</listItemLockup>
<listItemLockup>
<ordinal minLength="2">2</ordinal>
<title>Fight song</title>
<decorationLabel>3:47</decorationLabel>
</listItemLockup>
</section>