Skip to content

Commit

Permalink
[Improved] Use the height limit friend-link avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
idawnlight committed Jun 25, 2018
1 parent 39ae3a0 commit 4443813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page-links.php
Expand Up @@ -111,7 +111,7 @@
<?php Links_Plugin::output('
<a href="{url}" title="{title}" target="_blank">
<li class="md-links-item">
<img src="{image}" alt="{name}" width="72px"/>
<img src="{image}" alt="{name}" height="72px"/>
<span class="md-links-title">{name}</span><br />
<span>{description}</span>
</li>
Expand Down

0 comments on commit 4443813

Please sign in to comment.