Skip to content

Commit 137cda5

Browse files
committed
[spalenque] - #14036 * change speaker image size in schedule
1 parent 639f71b commit 137cda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

summit/templates/Layout/SummitAppSchedPage_eventDetails.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="speaker-name-row">
1212
<div class="col-sm-12">
1313
<div class="speaker-photo-left">
14-
<a href="{$Top.Link(speakers)}/{$ID}" class="profile-pic-wrapper" style="background-image: url('{$ProfilePhoto(60)}')">
14+
<a href="{$Top.Link(speakers)}/{$ID}" class="profile-pic-wrapper" style="background-image: url('{$ProfilePhoto(120)}')">
1515
</a>
1616
</div>
1717
<div class="speaker-name-right">

0 commit comments

Comments
 (0)