1 |
|
---|---|
Posted by | How to post images? |
π€ lydia π₯ (#238355) Toxic View Forum Posts Posted on 2022-01-20 14:03:11 |
I've tried to post images and it simply doesn't work. I upload them to IMGUR, use this format: <*img *src="*https://i.imgur.com/3w7BmGV.png*"*> and it doesn't work. EDIT: FIXED 0 players like this post! Like? Edited on 20/01/22 @ 14:05:47 by π² yaz π (#238355) |
Myriad [mostly frozen] (#76) View Forum Posts Posted on 2022-01-20 15:00:11 |
Are you removing all the asterisks? Your example is otherwise completely correct. The following format will work - I've removed all asterisks, and you can copy and paste this directly: <img src="https://i.imgur.com/3w7BmGV.png"> That will display like this: Edit to add: if you have images that are too big to display properly - especially for anyone using mobile or smaller screen devices - you can also tweak the code like this to make it auto-adjust the sizing to fit any screen: <img src="https://i.imgur.com/3w7BmGV.png" class="fitWidth"> Which will then display like this: 0 players like this post! Like? Edited on 20/01/22 @ 15:03:43 by Myriad (#76) |
π€ lydia π₯ (#238355)
Toxic View Forum Posts Posted on 2022-01-20 15:02:55 |
Myriad [mostly frozen] (#76) View Forum Posts Posted on 2022-01-20 15:05:05 |
1 |
---|