I am using jQueryUI dialog with position option as follows: position: ['center', 70]
The problem is when the image is too large it firstly positions the dialog in the center and then loads the image which causes wrong position. I am using ajax. How could I avoid it? Thanks in advance!