Resizing TTMSFNCWebBrowser

I'm using TTMSFNCWebBrowser in a TForm. Is it possible to fit the TForm to the content loaded in the TTMSFNCWebBrowser (width/height)?

This is currenty not possible. This would mean you'll have to calculate the width/height of the HTML elements and then use this as a parameter to set the form width and height. It's unclear if there is a way to do this, we'll investigate.