lockup
Contains several elements that are treated as a single element.
Overview
Here’s an example of a section that contains two lockup elements that represent movie posters.
<section>
<lockup>
<img src="path to images on your server/Car_Movie_453x255_C.png" width="453" height="255" />
<title>Scene 1</title>
</lockup>
<lockup>
<img src="path to images on your server/Car_Movie_500x600.png" width="500" height="600" />
<title>Scene 2</title>
</lockup>
</section>