Thickbox Dynamic Resize
-
I am using the Thickbox built into WordPress (wp-includes/js/thickbox) and I am posting tables and galleries in Thickboxes.
I can manually adjust the height and width using:
<a href="#TB_inline?height=700&width=900&inlineId=gallery1&modal=true" class="thickbox"><img src=""></a>However, users with 800×600 resolution may visit my site, in which case much of the thickbox is cut off from the height.
Is there a way to have thickbox dynamically resize the window depending on the size of the browser window?
The topic ‘Thickbox Dynamic Resize’ is closed to new replies.