How can I dynamically resize the jQuery Colorbox plugin?

前端 未结 16 1636
情书的邮戳
情书的邮戳 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:49

    $.colorbox.resize()
    

    This will also work on the active colorbox if you don't happen to know the selector for the active colorbox.

提交回复
热议问题