ericakfranz
2/22/2016 - 5:45 PM

Add the data-no-pin attribute to Soliloquy slider images to prevent the Pinterest pin it button from displaying.

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');
});