Layout attribute: am-image-slider
Ambient default supports 3 HTML5 figure img elements. The number of images, duration and height of the image container is customized as a LESS variable.
<div am-image-slider>
<figure>
<img src="http://placehold.it/350x150&text=Slide%201" alt="">
</figure>
<figure>
<img src="http://placehold.it/350x150&text=Slide%202" alt="">
</figure>
<figure>
<img src="http://placehold.it/350x150&text=Slide%203" alt="">
</figure>
</div>