So, now you have 38px and you need size like 80px. You can use just css, but that’s bad for rendering. Here’s your code:
<img alt="" src="https://1.gravatar.com/avatar/f37c7a5061736354779a1f540edcc2d8?s=38&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D38&r=G" class="avatar avatar-38 photo" height="38" width="38">
Size of your avatar is inside this link in middle: “?s=38
” If you change this on “?s=80
“, your size will change. After it you must replace also height
and width="38"
with “80
“. It’s defined also in classname img.avatar.avatar-38.photo
, so if you want, you can add some styling in here.
What is this plugin you use for sidebar?
And very nice site, by the way.