Staff Grid – Overlay No Animation

// Output a Staff Grid with small photos, a white caption background + overlay, and black text
// Don't animate the name + title when the mouse is hovered over their photo (always show it)
// Show all staff members
[staff_grid order_by="last_name" order="ASC" grid_photo_width="170" grid_photo_height="170" grid_text_position="overlay" grid_overlay_animate_text="0" grid_name_color="#000" grid_title_color="#000" grid_overlay_color="#fff" grid_overlay_opacity="15" grid_caption_background_color="#fff" grid_caption_background_opacity="70" show_name="1" show_title="1" show_photo="1" staff_per_page="all"]

// Output a Staff Grid with 240x240 photos, a black caption background + overlay, and white text
// Don't animate the name + title when the mouse is hovered over their photo (always show it)
// Show all staff members
[staff_grid order_by="last_name" order="ASC" grid_photo_width="240" grid_photo_height="240" grid_text_position="overlay" grid_overlay_animate_text="0" grid_name_color="#fff" grid_title_color="#fff" grid_overlay_color="#000" grid_overlay_opacity="30" grid_caption_background_color="#000" grid_caption_background_opacity="70" show_name="1" show_title="1" show_photo="1" staff_per_page="all"]