內容簡介
這個 Silverlight 圖庫外掛可以讓您的 WordPress 網站平滑地整合相冊/圖庫。它提供了一種簡單而有效的方式來展示您的照片或圖像,同時不會犧牲網站的版面佈局和整體外觀。管理部分會提供您一些參數來自定義外觀。
只需要像這樣編寫標籤:
[sl-gallery:width=580, height=260, leftArrow=true, rightArrow=true, pageNumbers=true, thumbnails=true, fill=uniform, bgcolor=transparent, bgmode=transparent]
該外掛提供以下功能:
* 寬度和高度自定義
//width=400
* 無限數量的圖片
* 顯示箭頭導航或不顯示
//rightArrow=true
* 顯示縮略圖或不顯示
//thumbnails=true
* 顯示 Silverlight 預先加載程序或不顯示
* 顯示頁碼或不顯示
* 選擇位圖填充模式
// fill=uniform
// 可以選擇填充的方式:
// Uniform(同比例部分填充能力)
// UniformToFill(等比例填充)
// Fill(變形尺寸填充)
// None(保留原始尺寸)
* 背景模式(是否窗口無邊框)和顏色自定義
第一個好消息是,可以使用菜單在 2 秒內設置。它會添加到 WordPress 的管理部分。當您點擊按鈕時,會出現一個小窗口。
任意部分
簡短的 Markdown 示例
有序列表:
直接使用最初的 WordPress 圖庫
允許您使用 WordPress 圖庫順序顯示圖像
顯示縮略圖、分頁和使用不同方式來填充位圖圖像
外掛標籤
開發者團隊
原文外掛簡介
This Silverlight gallery plugin allows a smooth integration of a photo album / gallery in your WordPress site. It provides an easy and effective way to expose your photos or images without compromising the Layout and Look and Feel of your site. The administration section will offer you some parameters to customize the presentation.
Just write a tag like :
[sl-gallery:width=580, height=260, leftArrow=true, rightArrow=true, pageNumbers=true, thumbnails=true, fill=uniform, bgcolor=transparent, bgmode=transparent]
The plugin offers the following features:
* Width and Height customization
//width=400
* Unlimited numbers of images
* Display arrows navigation or not
//rightArrow=true
* Display thumbnails or not
//thumbnails=true
* Display the silverlight preloader or not
* Display page number or not
* Choose bitmap fill mode
// fill=uniform
// used to indicate a way of filling you can choose between:
// Uniform (homothetic part by filling ability)
// UniformToFill (filling with homothety)
// Fill (filling with deformation dimensions)
// None (preserves the original dimensions)
* Background Mode (windowless or not) and Color customization
The first good news is that it is possible to use a menu to set it all in 2 seconds. It adds to the administration of sections WordPress. A small window appears when you click the button.
Arbitrary section
A brief Markdown Example
Ordered list:
Direct use of the initial WordPress Gallery
Allow you to display image using the wordpress gallery order
Display thumbs, paging and use differents way to fill bitmap image
