1 |
|
---|---|
Posted by | Trouble with image size |
🌲Stanakin Marshwalker🌲 (#220148) Deathlord of the Jungle View Forum Posts Posted on 2020-12-09 03:41:35 |
Hey there! I'm trying to post an image of some of my art that links back to the character it's based on to my profile. However, it's way too big haha. How can I size it down?? Here's the code I was using- without the stars ofc: <*a href="*https://www.lioden.com/lion.php?id=794145766688"><*img src=*"https://imgur.com/mPxpTEz.png" alt="mPxpTEz.png" /><*/a> Thanks in advance! 0 players like this post! Like? |
Korvin☾|Pie hoarder (#184208) Buzzkill View Forum Posts Posted on 2020-12-09 03:45:44 |
Hey there, here's a thread I use for my HTML https://www.lioden.com/topic.php?id=304429190774&sub=1 0 players like this post! Like? Edited on 09/12/20 @ 03:45:49 by Callum|Pie hoarder|GIFT ME (#184208) |
Africa (#9670)
View Forum Posts Posted on 2020-12-09 03:45:47 |
After the image URL, you wanna add width='###' So, for example, it would look something likes this (without the *'s): <*a href="*https://www.lioden.com/lion.php?id=794145766688"><*img src=*"https://imgur.com/mPxpTEz.png" width='500' alt="mPxpTEz.png" /><*/a> The number will change the size of the image by pixels. Hope that helps! 0 players like this post! Like? Edited on 09/12/20 @ 03:46:52 by Africa (#9670) |
MagicDream286[NHRIce Uneven] (#191744) Sapphic View Forum Posts Posted on 2020-12-09 03:45:57 |
try with this :) <*a href="https://www.lioden.com/lion.php?id=794145766688"><*img src="https://imgur.com/mPxpTEz.png" alt="mPxpTEz.png" width=400 /*><*/a> 0 players like this post! Like? |
🌲Stanakin Marshwalker🌲 (#220148) Deathlord of the Jungle View Forum Posts Posted on 2020-12-09 03:50:19 |
1 |
---|