Skip to content

Instantly share code, notes, and snippets.

@max-kk
Created November 3, 2017 13:45
Show Gist options
  • Save max-kk/3464cd546675858edbd947fc71f75f9f to your computer and use it in GitHub Desktop.
Save max-kk/3464cd546675858edbd947fc71f75f9f to your computer and use it in GitHub Desktop.
FV - Disable click on Thumbnail
jQuery(function($){
jQuery(document).on('click', '.fv_lightbox', function(e){
e.preventDefault();
return false;
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment