ChrisCoder
unread,Sep 25, 2012, 5:05:34 AM9/25/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to easybox...@googlegroups.com
cornerRadius does not round the corners of the iframe. dragDrop at false still allows the iframe to be dragged around from the bottom. Works in all the latest browsers but IE9, any idea how to fix this?
Thank you for the great code I love this LB! Here is my code below:
<script type="application/json" id="easyOptions">
{
"lightbox-iframe": {
"overlayOpacity": 0.6,
"resizeDuration": 200,
"resizeEasing": "swing",
"fadeDuration": 100,
"defWidth": 1024,
"defHeight": 768,
"captionFadeDuration": 100,
"dragDrop": "false",
"cornerRadius": 8
}
}
</script>