6.24.1 Staff Missing Image View in a new window

Staff Image, Title and Role, where the image is not found, background image is displayed.

Twig: components/staff/staff-not-found.twig

Example
Staff member image not found

Dr Penelope Ajani

Markup
<div class="staff">
  <div class="staff__thumbnail">
    <img src="" alt="Staff member image not found">
  </div>
  <h2 class="staff__name">Dr Penelope Ajani</h2>
</div>