I have a fancybox based image upload application. In the first step when I clickd a button labled "uoload photo" it displays a fancybox with a file upload field and a submit button. On submitting it displays the uploaded image for edititing. But what I want is to change the height of fancy box larger to wrap the uploaded image. I used
$.fancybox.resize()
and tried these things How do you resize Fancybox at runtime? which also did not help me.