I am using Twitter's basic widget and have run into a problem: the page does not allocate enough vertical space when initially loading the widget. This often results in the widget overlapping the content below.
Although I could add a wrapper div
around it within a minimum height, I am looking to trigger a redraw using a callback
. I have been able to add a callback to the code described here and in appending an empty div
, it does force a redraw which corrects the display issue.
Is there any other way to trigger a redraw without modifying the dom or making a smaller change than appending a div?