You could encode multiple images as base64 and put them into a single file in order to get around the file limit I'm assuming
To get around the limit I instead host the game with all images at my website.
This does work, but if years from now the website would go down for any reason, that will make the game stop working correctly. Putting multiple images into the same file meanwhile would make the game always work as long as the itch download exists