How can I dynamically resize the jQuery Colorbox plugin?

前端 未结 16 1647
情书的邮戳
情书的邮戳 2020-12-13 14:14

The AJAX content loaded in a Colorbox has some JavaScript included that resizes things within the content. Colorbox determines its sizing based on the sizes before all of th

16条回答
  •  温柔的废话
    2020-12-13 14:50

    This Can be done if you can detect the height/width of the content in iframe, then you can use colorbox.resize() function to resize the colorbox again.

提交回复
热议问题