Comments on [F2U] - Pokémon Snippets All Comments Start of Thread Parent

I'm trying to do something like this, but make the image the same size as the sprites 

image.png

Ah, gotcha! Then all you should need to do is set a height on the image e.g. <img src="[url here]" style="display:inline-block;height:56px">, try starting with 56px and see how it looks then make it smaller from there as that's the maximum height of the sprites. iirc toyhouse images like to stack vertically instead of line up horizontally, so that's what the inline-block is for.

That worked perfectly, thank you very much   

image.png

of course no worries!