0

I have another colorbox specific question (http://wakawaka.reh-kendermann.df-kunde.de/media/media)

When I load the media page via ajax i have to reinitialise colorbox. this is working (it´s the vimeo-vid):

$("#content-page a.colorbox-load").colorbox({iframe:true, innerWidth:580, innerHeight:326});

The link looks like:

<a href="http://player.vimeo.com/video/26436619?height=326&width=580&iframe=true&show_title=0&show_byline=0&show_portrait=0&autoplay=1" class="colorbox-load"><img width="250" src="http://109.239.49.88:12001/files/uploads/project_data_files_2/waka_video.jpg"></a>

but when I only use

$("#content-page a.colorbox-load").colorbox({iframe:true});

it´s not working. shouldn´t colorbox use width and height from the link?

Greetings Lars

4

1 回答 1

0

不,它不应该从 URL 中获取这些值。也许你想到的是使用 URL 参数的 Thickbox。

于 2012-07-05T14:22:25.487 回答