Contents

img

Displays an image.

Overview

The img element contains a link to an image that is to be displayed. This element is commonly used to display a preview image for a product. Here’s an example of an img element as part of a lockup element.

<lockup>
    <img src="path to images on your server/Car_Movie_250x375_B.png" width="150" height="226" />
    <title>Road</title>
</lockup>

Contained In

Topics

Valid TVML Styles

Valid TVML Attributes

See Also

Image Elements