I have (had) the same problem, I could not ge trid of it, other then disabling the 'swipe around', with the setting below you can swipe to the left and to the right only.bbqkees wrote: I am having some difficulty with the swipe layout, for some reason I get 4 panels instead of 2.
So I am working on that now.
Look for the mySwipe and add the speed (not necessary) and the continuous option, At least you have 2 slides, bad thing is you can not swipe around, but with only 2 slides that is not that big a problem.
Code: Select all
var mySwipe = new Swipe(document.getElementById('slider'),{
speed: 300,
continuous: false
});