No notes defined.

<span class='u-photo c-headshot'>
    <img class='c-headshot__image' src='/images/portrait.jpg' alt='' title='' />
</span>
<span class='u-photo {{ get_component_class( 'headshot', display ) }}'>
    {% if url %}
        <a href='{{ url }}' class='c-headshot__link {% if showInModal %} o-modal-trigger {% endif %}' title='{{ name }}'>
    {% endif %}
        <img class='c-headshot__image' src='{{ src|striptags }}' alt='' title='{% if name and not url %}{{ 'Photo of'|t }} {{ name }}{% endif %}' />
    {% if url %}
        </a>
    {% endif %}
</span>
{
  "src": "/images/portrait.jpg"
}