How can I resize the image to fit in the size of the div piecemaker-container?
piecemaker-container
#piecemaker-container div, #piecemaker-container img { width: 100%; height: 100%; }
This should do it.