功能不錯的欄位模組
1.下載 2.安裝
取消展示時區塊高度被強制限制, 修改 field_slideshow.tpl.php 約 27 行, 取消高度限制後須注意上傳圖片尺寸
1.下載 2.安裝
解壓縮 jcarousel 外掛資料到 sites\all\libraries\jquery.jcarousel 目錄.
啟用模組
3.設定
啟用模組
到 nodetype 增加圖片欄位
在該圖片欄位顯示選擇 Slideshow 模式及相關參數指定
在該圖片欄位顯示選擇 Slideshow 模式及相關參數指定
取消展示時區塊高度被強制限制, 修改 field_slideshow.tpl.php 約 27 行, 取消高度限制後須注意上傳圖片尺寸
//原始 $style = 'width:' . $slides_max_width . 'px; height:' . $slides_max_height . 'px'; $style = 'width:' . $slides_max_width . 'px;';