Link to home
Start Free TrialLog in
Avatar of syedasimmeesaq
syedasimmeesaqFlag for United States of America

asked on

fancybox width and height

I am poping up some information in fancybox and I dont want to use %. I want to give it a fixed width and height using pixels. I tried different combos like

'width': '30px',
'height': '70px',

pr just

'width': '30',
'height': '70',

but its not working. please see the code below. Anyhelp will be appreciated
$('.45x90lightbox').fancybox({
								'type': 'iframe',
								'width': '30%',
								'height': '70%',
								'transitionIn' : 'fade',
								'transitionOut'	: 'fade'
							});

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Jonah11
Jonah11

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hello,

Check the below url :

http://fancybox.net/blog
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial