Make images unclickable

Add this code to the Custom CSS field on the Style tab of your Pinterest Feed widget’s settings:

.eapps-pinterest-feed-pin-image-container {
    pointer-events: none;
}