Dynamically resizing CFWINDOW to fit content
- by Ryan French
Hi all,
Am currently working on a site that uses a lot of cfwindow objects and I was wondering if anyone knows of a way to dynamically resize the window so that all the content fits in without the need for scroll bars.
I have tried using the overflow=visible configuration but it doesnt seem to make a difference.
Thanks in advance for any advice.