-
| In previous versions, it was possible to disable swipes completely using the touch: false option. In the latest version, this doesn't work. Is there a way to disable horizontal swipes now? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            fancyapps
          
      
      
        Sep 30, 2025 
      
    
    Replies: 1 comment 1 reply
-
| Hi, Here is how to disable gestures for the Carousel: Fancybox.bind("[data-fancybox]", {
  Carousel: {
    gestures: false,
  },
}) | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        spro11
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Hi,
Here is how to disable gestures for the Carousel:
https://jsbin.com/felopiqiyi/edit?html,output