If you want to see an example, check out this link: http://codepen.io/dimsemenov/pen/gbadPv
By clicking on the Share button, you'll notice that it blurs the image (and everything else).
Despite inspecting it closely, I still can't seem to figure out how it works.
After downloading the source code, I noticed that a watch was set in the photoswipe-ui-defaults.js
file with the following last line:
_openWindowPopup = function(e) {
e = e || window.event;
var target = e.target || e.srcElement;
pswp.shout('shareLinkClick', e, target);
Strangely enough, this section never seems to get executed.
Although I have added other modal elements that are similar, I'm having trouble replicating the same blur effect and understanding what exactly is happening behind the scenes.