0
我使用photogrid和colorbox來顯示圖片。我想將圖像的標題包含在colorbox演示文稿中,但我找不到必須使用哪個功能。我想顯示圖片的標題,當我使用photogrid和colorbox
在身體,我有:
.
<img src="albums/a-2/trein-3.jpg" title="Januari 2014 - Heerlen">
<img src="albums/a-2/trein-4.jpg" title="Januari 2014 - Heerlen">
.
<script type="text/javascript">
$('.my-example-grid').photosetGrid({
highresLinks: true,
rel:'whithhearts-gallery',
gutter:'1px',
layout:'1311411141',
onComplete: function(){
$('.my-example-grid').attr('style','');
$('.my-example-grid a').colorbox({
photo: false,
scalePhotos: true,
title:function() {
<--what code??? ,
maxHeight:'90%',
maxWidth:'90%'
});
}
});
有人能幫助我嗎?
感謝, 弗雷德
請小提琴手提供代碼與jQuery .... –
歡迎SO。如果他們正確回答了您的問題,請不要忘記接受答案。 – trgraglia