Skip to content

Commit 8ac476f

Browse files
Fix meetings page speaker image (#268)
- circle while maintaining aspect ratio
1 parent 2a82235 commit 8ac476f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/meetings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ or follow us on [LinkedIn](https://www.linkedin.com/groups/9579649/).</i>
5252
{% if item.speaker and item.speaker.first %}
5353
<div class="row">
5454
<div class="col-md-1">
55-
<img style="border-radius:50%" width="72px" class="shadow-4-strong" alt="{{item.speaker.name}}" src="{{item.speaker.image}}" />
55+
<img style="width: 72px; height: 72px; border-radius: 50%; object-fit: cover" class="shadow-4-strong" alt="{{item.speaker.name}}" src="{{item.speaker.image}}" />
5656
</div>
5757
<div class="col-md-11">
5858
<i>{{item.speaker.bio}}</i>

0 commit comments

Comments
 (0)