jquery fancy box iframe zoom
I’m using Jquery Fancy Box plug in. I am starting fancy box on page load opening up a Iframe (75% width and height). Is there a way to incorporate a zoom function or somthing like it so the web page opened in the iframe always fits?
$("#various5, #various6").fancybox({
'width' : '75%',
'heig开发者_Go百科ht' : '75%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe'
});
No, it has to be the iframe to handle with usable width...
精彩评论