Title1

Title2

Title3

8-4 lightGallery 插件控制

  1. 帶動畫縮略圖的畫廊
    
              thumbnail:true  //true、false

     

  2. 沒有動畫縮略圖的畫廊
              
              thumbnail:true,
              animateThumb: true,        //略縮圖動畫
              showThumbByDefault: false  //預設出現略縮圖

     

  3. Youtube,Vimeo視頻庫
    在項目上,
    加「data-poster="......jpg"」
    「data-src="....."」,改成影片的網址
    不過必在伺服器,才能執行
    https://webugm.github.io/gallery/videos.html
  4. 播放圖示,修改
    圖示:play-button.png
              zoom.png
  5. 範例:
    https://github.com/webugm/gallery/blob/master/videos.html
    https://webugm.github.io/gallery/videos.html
  6.