mirror of
				https://github.com/RetroDECK/RetroDECK.git
				synced 2025-04-10 19:15:12 +00:00 
			
		
		
		
	 5edb3a1a6f
			
		
	
	
		5edb3a1a6f
		
	
	
	
	
		
			
			*Be Advised - 31 changes due to Cooker's version of the website being behind multiple updates* -Redesigned screenshots section -Backend cleanup
		
			
				
	
	
		
			19 lines
		
	
	
		
			514 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			514 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| document.addEventListener("DOMContentLoaded", function() {
 | |
| 
 | |
|     // Initializing the swiper plugin for the slider.
 | |
|     // Read more here: http://idangero.us/swiper/api/
 | |
|     
 | |
|     var mySwiper = new Swiper('.swiper-container', {
 | |
|         loop: true,
 | |
|         pagination: {
 | |
|             el: '.swiper-pagination' ,
 | |
|             clickable: true
 | |
|         },
 | |
|         paginationClickable: true,
 | |
|         navigation: {
 | |
|             nextEl: '.swiper-button-next',
 | |
|             prevEl: '.swiper-button-prev'
 | |
|         }
 | |
|     });
 | |
|     
 | |
| }); |