We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a82235 commit 8ac476fCopy full SHA for 8ac476f
_pages/meetings.md
@@ -52,7 +52,7 @@ or follow us on [LinkedIn](https://www.linkedin.com/groups/9579649/).</i>
52
{% if item.speaker and item.speaker.first %}
53
<div class="row">
54
<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}}" />
+ <img style="width: 72px; height: 72px; border-radius: 50%; object-fit: cover" class="shadow-4-strong" alt="{{item.speaker.name}}" src="{{item.speaker.image}}" />
56
</div>
57
<div class="col-md-11">
58
<i>{{item.speaker.bio}}</i>
0 commit comments