add_filter( 'wpex_lightbox_settings', function( $settings ) {
$settings['touch'] = false;
return $settings;
} );
Snippets: Disable Touch Motions on Lightbox
All PHP snippets should be added via a child theme's functions.php file or via the Code Snippets Plugin (or alternative plugin)