Having an interesting problem here - I'm utilizing Jquery to load an HTML content into a Div element, however, strangely enough, the width and height are not adjusting as expected. Here's the snippet causing the trouble:
$("#middlebox").html('<object data="http://tired.com/">');
If anyone has any insights on how this can be rectified, your help would be greatly appreciated!