I'm having an issue with a iDangerous responsive swiper in IE 9/10.
The last slide is dropping down underneath the first slide as (I think) the width of the element containing all the slides is being calculated incorrectly.
I'm calling a simple swiper function:
$this.swiper({
calculateHeight: true,
mode: 'horizontal',
resistance: '100%',
simulateTouch: false,
speed: 500
});
And calling resizeFix() on $(window).on('resize');
The problem only occurs at certain window sizes so a quick resize of the viewport should reveal the issue.
Thanks