Reputation: 7557
My fancybox popup sometimes is way too big and I want to show scrollbars on the main page (not inside fancybox). Could anybody please let me know how do I do this?
Please see the attached screenshot. It shows no scrollbars at all. How do I fix this using fancybox 2?
Upvotes: 0
Views: 117
Reputation: 16900
You must use fitToView
with false
parameter.
http://fancyapps.com/fancybox/#docs
Upvotes: 1