We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e98f86 commit 842b737Copy full SHA for 842b737
2 files changed
_includes/team_member.liquid
@@ -10,7 +10,7 @@
10
sizes = "150px"
11
alt="project thumbnail"
12
class="rounded-circle img-fluid z-depth-1"
13
- style="width: 150px; height: 150px; object-fit: cover;"
+ style="width: 150px; height: 150px; object-fit: cover; object-position: {% if project.img_pos %}{{ project.img_pos }}{% else %}center{% endif %};"
14
%}
15
</div>
16
{% endif %}
_team/ku.md
@@ -3,6 +3,7 @@ layout: page
3
title: Dr. Benson Ku
4
description: Assistant Professor at Emory University
5
img: https://med.emory.edu/departments/psychiatry/_images/ku_benson_updatedheadshot.jpg
6
+img_pos: center top
7
importance: 4
8
category: Collaborators
9
---
0 commit comments