tv-content-align
Aligns an element vertically inside its parent element.
Overview
Use the tv-content-align style to specify how an element should be vertically aligned in its parent element.
Here’s an example that aligns an image to the top of its parent banner:
<banner>
<img style="tv-content-align:top" src="" />
</banner>Values
topThe element aligns along the top edge of the parent element.
centerThe element aligns with the center of the parent element.
bottomThe element aligns along the bottom edge of the parent element.