Skip to content

Commit

Permalink
[spalenque] - #14036 * change speaker image size in schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
santipalenque committed Apr 20, 2018
1 parent 639f71b commit 137cda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summit/templates/Layout/SummitAppSchedPage_eventDetails.ss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="speaker-name-row">
<div class="col-sm-12">
<div class="speaker-photo-left">
<a href="{$Top.Link(speakers)}/{$ID}" class="profile-pic-wrapper" style="background-image: url('{$ProfilePhoto(60)}')">
<a href="{$Top.Link(speakers)}/{$ID}" class="profile-pic-wrapper" style="background-image: url('{$ProfilePhoto(120)}')">
</a>
</div>
<div class="speaker-name-right">
Expand Down

0 comments on commit 137cda5

Please sign in to comment.