Closing a prettyPhoto lightbox from inside iframe
Would like to run some Javascript in the iFrame which changes the height and width of the prettyPhoto lightbox window that it is in.
This is an example of lightbox in action: http://www.no-margin-for-e开发者_开发技巧rrors.com/projects/prettyphoto-jquery-lightbox-clone/ http://jsfiddle.net/txchou/GBmTL/
This is how to close the window:
window.parent.$.prettyPhoto.close();
精彩评论