How can I resize the image to fit in the size of the div piecemaker-container?
piecemaker-container
declare a css class for the img tag and just give it the same height and width as the div.Or just declare it as 100% as given
img { width: 100%; height: 100%; }