after the switch to HTML, every image I add to my description is the same large size by default. when I make it smaller, I still can't have multiple images in one row. it's really messing with my layout and idk what to do about it
You can change the size of images and how they're displayed in your description via HTML now! To do this, you need to first open Code View.
Once there, you can edit everything included in our whitelist for HTML, which you can see in our Art Fight HTML Guidelines document.
As an example, to change the size of an image, you need to edit the style of your <img> tag that contains the link of the image you're trying to edit.
In this image, I resized the second image (which used to be 300x300px by default) to be 100x100px. Now, exiting code view, it looks like this in editor:
Here's some other resources that could be useful for you: W3Schools, Bootstrap Documentation









