You can compile several images into an image slideshow. Each image in the slideshow should include a caption and attribution.
Show off your images in a slideshow
Image slideshow example
Show/hide markup
<div class="image rotator">
<figure class="media image">
<img src="https://placehold.it/768x512?text=Image+1" alt="Placeholder Image" />
</figure>
<figure class="media image">
<img src="https://placehold.it/768x512?text=Image+2" alt="Placeholder Image" />
</figure>
<figure class="media image">
<img src="https://placehold.it/768x512?text=Image+3" alt="Placeholder Image" />
</figure>
</div>