I'm working on a horizontal scrolling website utilizing "Skrollr." I am attempting to line up pictures and make a scrolling loop. However there seems to be a very thin white line in between the pictures regardless of what I do. Is there anyway to make the sections/pictures overlap by a few pixels or any other solution to solve this? I created a JSFiddle to demonstrate the problem. I've also listed my basic set up below.
https://jsfiddle.net/9xvu128g/
Update: This happens regardless of the images used see this 2nd JSFiddle: https://jsfiddle.net/9xvu128g/5/
#slides-container{
width: 100%;
height: 100%;
overflow: hidden;
}
#slides{
width: 200%;
height: 200%;
position: fixed;
top: 0;
left: 0
}