I am adding a modal/lightbox functionality to an image gallery. When the thumbnails are clicked, the main image is loading within an iframe.
开发者_开发知识库Is it possible for any of the existing modal plugins to show the image outside this iframe, and within the window as a whole?
You need to reference parent.window
so your modal is not confined to the iframe window.
精彩评论