The code works correctly in ie9 and firefox, but not in chrome and safari.
Jsfiddle: - http://jsfiddle.net/elclanrs/4nsJE/
The problem is that you apply the border to the cut class,
border: 5px solid black;
and give the value x = 6 and y = 6 in Jscript
$('.sliced').sliced({ x:6, y:6, speed: 1000 });
You can see the white spaces below. This only happens in chrome and safari.
source share