Field Type – Image with Caption

WordPress Plugin Staff List – Field Type – Image with Caption

This field type is most often used for placing images on single pages
Not related to built-in staff member image.
It can be added and behaves like the any other other input field (see Add a Field).

Staff Member – data entry.

Image with caption – HTML output.

<figure class="myContainer">
<img src="http://mydomain.com/img.jpg" alt="alt text" class="myImg">
<figcaption class="myCaption">Caption</figcaption>
</figure>
Custom classes are optional.
p22893