Search code examples
jquerythickbox

How to change the JQuery Thickbox windows dynamically


How to Change the JQuery Thickbox windows dynamically when the browser windows reduces or increases Please help me to solve this problem


Solution

  • You can change the size of a thickbox window by adding width and height parameters in href attribute of a element.

    Here's an example from Thickbox site that uses that parameters.