A frameset three-frame page is used in the project
Use fancybox , a bullet box plug-in, but very helpless, the size of the box will be frame limited by size, such as:
How do I let the fancybox frame size limit appear slightly smaller than the entire page size?
is fancybox the parameter configuration:
Reply content:
A frameset three-frame page is used in the project
Use fancybox , a bullet box plug-in, but very helpless, the size of the box will be frame limited by size, such as:
How do I let the fancybox frame size limit appear slightly smaller than the entire page size?
is fancybox the parameter configuration:
This problem is solved by looking at the document.
Width Default width for ' iframe ' and ' swf ' content. Also for ' inline ', ' ajax ' and ' html ' if ' autoSize ' are set to ' false '. Can be numeric or ' auto '.
Number, String; Default value:800
Height Default height for ' iframe ' and ' swf ' content. Also for ' inline ', ' ajax ' and ' html ' if ' autoSize ' are set to ' false '. Can be numeric or ' auto '
Number, String; Default value:600
Document
This means that if iframe inside the words, it can be autosize set to false , then through width and height set the size.