Step 1:
Make sure you have a profile image in the first place. Go to Dashboard (old interface)- Edit Profile - Scroll down to Photograph and upload your profile image there. Make sure your profile image is large enough. If the dimensions of your profile image is small, enlarging it will make your image pixelated - not cool.
Make sure you have a profile image in the first place. Go to Dashboard (old interface)- Edit Profile - Scroll down to Photograph and upload your profile image there. Make sure your profile image is large enough. If the dimensions of your profile image is small, enlarging it will make your image pixelated - not cool.
Step 2:
Assuming you have your 'Profile' gadget added to your blog, you can easily change its size by going to Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog::
That will be all. Have fun.
Assuming you have your 'Profile' gadget added to your blog, you can easily change its size by going to Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog::
.profile-img{Adjust the value 200 accordingly.
height: auto;
width: 200px;
}
That will be all. Have fun.
0 comments:
Post a Comment