你好所有的質量和其他人的編碼!colorbox:如何在標題中包含鏈接?
我有顏色框使用一個簡單的畫廊......
$(document).ready(function()
{
$(".gallery").colorbox({rel:'gallery', transition:"none", width:"95%", height:"95%"});
})
<a class="gallery" href="image.jpg" title="Click here to download hi-res version"><img src="imageThumbnail.jpg"></a>
我想每張照片包含在標題的鏈接,使用戶可以下載高分辨率版本(一個zip文件)。我嘗試將href設置爲zip文件,但它所做的只是前進到下一張照片。我通過colorbox參數看到有很多選項,但我對這個知之甚少,不知道哪一個是最好的方法。
任何幫助將不勝感激......謝謝!
感謝隊友,這對我也有效。 – Aaron 2015-08-19 10:39:30