你好我正在使用陰影框 - 一切工作正常,但我在一個頁面上有兩個用途它是一個人們不斷滾動圖像的畫廊,另一個是窗體的iframe。配置shadowbox?
如何刪除來自iframe的下一個和上一個按鈕,但不是畫廊
Shadowbox.init({
displayCounter: false,
continuous: true <- need to disable for iframe only
});
的iframe:
<a rel="shadowbox[contact];width=420;height=520" href="contact.php?profileID=">Click here</a>
畫廊
<a rel="shadowbox[trader]" href="<?php echo $images[0]; ?>">Click here</a>
<a rel="shadowbox[trader]" href="<?php echo $images[1]; ?>">Click here</a>
<a rel="shadowbox[trader]" href="<?php echo $images[2]; ?>">Click here</a>