is it possible to set the width and height to auto in a fancybox iframe?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately not. You can, however, do the following:
On iframe resize, pass its new dimensions to a function within its parent that adjusts the fancybox accordingly. Will only work if parent & iframe share the same domain due to security restrictions.