By Anirudh Kumar on Thursday, 12 December 2013
Posted in Technical Issues
Replies 3
Likes 0
Views 1.1K
Votes 0
I want to increase the size of Avatar image for Blogger listing page
https://www.diigo.com/item/p/qbbcdopzbsbeseoaczbcccaqsq/b26f7f63de8643e5062066aea494d819
Hello Anirudh,

You can add the css codes below to apply a custom size


#ezblog-bloggers .profile-avatar .avatar img{
width: 128px !important;
height: 128px !important;
}
·
Thursday, 12 December 2013 10:22
·
0 Likes
·
0 Votes
·
0 Comments
·
But I could not find the original image the blogger has uploaded, I ended up with 60px Image...
·
Thursday, 12 December 2013 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Anirudh,

You don't have to find the original image since the CSS code will enlarge it. By the way, can you specify which user you want to enlarge the avatar? And it would be easier if you can provide us your backend and FTP access. Please advise.
·
Thursday, 12 December 2013 11:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post