How do I add an image with specific size in the text?
Just between the text some images
Just between the text some images
Wulf
If the plugin doesn't support images specifically, it wouldn't be able to add one. As far as image sizes go, I'd suggest making the image the size you want before attempting to use it.
Yeah but I mean what is the code for the json to add an image?
"TextLines": [
"blabla",
"",
"",
"bla",
"",
"<color=yellow>example</color>",
"",
"test",
""
],
How would I add an image between these lines?