i can't change the layout (design) of mypage. i use an iframe like showing on test page for my all website. i need some javascript to correct this. -- please take a look at these remark bellow:
If you want Lightview to work across iframes, normal links cannot be used.
You need to setup Lightview in the parent page and create your own function inside the iframe pages that calls window.parent.Lightview.show. For example:
window.parent.Lightview.show({ href: 'myimage.jpg' });
See the 'how to use' section and the documentation for more details on using Lightview.show with your own syntax. - http://www.nickstakenburg.com/projects/lightview/
|