Created
February 22, 2016 17:45
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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