The project uses the fancybox, a bullet box plug-in, but it is helpless. The size of the bullet box is limited by the frame size, for example: how can I let fancybox jump out of the frame size limit and display the size slightly smaller than the whole page? Is the parameter of fancybox...
The project usesframeset
Three-frame page
Usedfancybox
, A bullet box plug-in, but very helpless, the size of the bullet box will beframe
Size limit, for example:
How can I makefancybox
When the frame size limit is exceeded, is the display slightly smaller than the whole page size?
Yesfancybox
Parameter configuration:
Reply content:
The project usesframeset
Three-frame page
Usedfancybox
, A bullet box plug-in, but very helpless, the size of the bullet box will beframe
Size limit, for example:
How can I makefancybox
When the frame size limit is exceeded, is the display slightly smaller than the whole page size?
Yesfancybox
Parameter configuration:
You can solve this problem by reading the document.
Width Default width for 'iframe' and 'swf 'content. also for 'inline', 'Ajax 'and 'html' if 'autosize' is 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' is set to 'false '. can be numeric or 'auto'
Number, String; Default value: 600
Document
This means that ififrame
You can setautosize
Setfalse
And thenwidth
Andheight
Set the size.