Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Created February 22, 2016 17:45
Show Gist options
  • Save ericakfranz/e24386cb14f67b2a00b2 to your computer and use it in GitHub Desktop.
Save ericakfranz/e24386cb14f67b2a00b2 to your computer and use it in GitHub Desktop.
Add the data-no-pin attribute to Soliloquy slider images to prevent the Pinterest pin it button from displaying.
jQuery(document).ready(function($) {
$('.soliloquy-container img').attr('data-pin-nopin', 'true');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment