I am using prettyphoto on my website and want to change its settings. For example I would like to give blur effect to the dark overly when an image opens.
I found the setting of the overly in its css files:
div.pp_overlay{
background:#000;
display:none;
left:0;
position:absolute;
top:0;
width:100%;
z-index:9500;
}
Also I found it inline where the overly tag appears:
style="opacity: 0.8; height: 667px; width: 1366px; display: block;"
So do you have any idea? how can I give it CSS3 effects like blur or grayscale? PhotoPretty's website and demos: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/