If there are spaces in the image file path, there is a problem that the puzzle pieces cannot be loaded.
line 93 of the jquery.snap-puzzle.js file
backgroundImage: 'url('+src+')',
in code
backgroundImage: "url('"+src+"')",
It should be fixed in code.
thanks.