So i have this fancybox with these configurations:
$("a#uploadImage").fancybox({
'titleShow' : false,
'width': 560,
'height': 120,
'autoDimensions': false,
'overlayOpacity': 0.6
});
Now i wish to expand the height with 230 and the width with 700, when you click on the next button INSIDE the fancybox. Is this possible?