○天とかでありそうなやつです。
		スライドの親要素をposition:fixedで配置し、高さを100vh、overflow: hiddenにします。
		
	
		![]() 
![]() 
![]() 
![]() 
![]() 
![]() 
$('.slide_vertical').infiniteslide({
	direction: 'down',
	pauseonhover: false
});
		
.slide_vertical_wrap {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	overflow: hidden;
}