1
You can try open the ninja-slider.js with Notepad, then search for:
if(h)var b="100%";else b=(screen.width/(1.5*f[y].offsetWidth)+.5)*100+"%";
Then replace it with:
var b="100%";
I am not sure if it will work well or not. Please let me know your testing result. Thanks.