Embedded Images without Gaps

When embedding images, is there a way to display the images without horizontal and vertical gaps between them?

For a project I have in mind it would be essential to effectively assemble images from multiple smaller images; the combinatorial explosion would otherwise be prohibitive.

I have little experience with CSS, so it’s possible that there is a seemingly obvious solution I have overlooked.

I don’t know how CSS applies to Dialog games but in general if you want to remove the padding around an image, you use padding: 0;.

1 Like

Thank you, Kawa! Let’s hope someone has uncovered a way to apply this information with the desired result.