RayCarrot (talk | contribs)
No edit summary
RayCarrot (talk | contribs)
No edit summary
Line 24: Line 24:
== Profile image ==
== Profile image ==
Hey! Just a little tips here; I see that your profile image on your user page is rather blurry and there are several ways to fix that (since it's low resolution). Either you can remove the resolution part altogether and siplay it in 120px. While that'll look nice and crisp, it will be very small. If you want it upscaled you should always do it so it can upscale it pixel by pixel (so a resolution of 120px, 240px, 360px etc.). If you do 320px it will upscale it unevenly and it will look blurry. Also, since your image is low-res with a pixel-art style, I'd recommend using "class=sprite" to make it clearer. After some tests I think a combination of 240px and class=sprite gives the best result, but you can check out what you think yourself :) --[[File:Carrot signature.png|75px|link=User:Carrot-master]] 06:15, 1 December 2017 (UTC)
Hey! Just a little tips here; I see that your profile image on your user page is rather blurry and there are several ways to fix that (since it's low resolution). Either you can remove the resolution part altogether and siplay it in 120px. While that'll look nice and crisp, it will be very small. If you want it upscaled you should always do it so it can upscale it pixel by pixel (so a resolution of 120px, 240px, 360px etc.). If you do 320px it will upscale it unevenly and it will look blurry. Also, since your image is low-res with a pixel-art style, I'd recommend using "class=sprite" to make it clearer. After some tests I think a combination of 240px and class=sprite gives the best result, but you can check out what you think yourself :) --[[File:Carrot signature.png|75px|link=User:Carrot-master]] 06:15, 1 December 2017 (UTC)
Edit: Here are some examples:
<div><ul>
<li style="display: inline-block;"> [[File:Profile picture.png|320px|left]] </li>
<li style="display: inline-block;"> [[File:Profile picture.png|left]] </li>
<li style="display: inline-block;"> [[File:Profile picture.png|240px|left]] </li>
<li style="display: inline-block;"> [[File:Profile picture.png|360px|left]] </li>
<li style="display: inline-block;"> [[File:Profile picture.png|240px|class=sprite|left]] </li>
<li style="display: inline-block;"> [[File:Profile picture.png|360px|class=sprite|left]] </li>
</ul></div>