Comments on [F2U] - Pokémon Snippets All Comments

Question about the missing sprites. Would there be a workaround to being able to have the missing sprites added as just pngs but maintain the same size as the included sprites?

I'm trying to fill out a dex for egg moves on one of my pokefusions, Auroreon, but adding in the images makes them blow up to their default size.

Ah sorry I'm not quite following what's going on as I'm unfamiliar with the layout! Could you take a screenshot of the issue?

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!