前言介紹
- 這款 WordPress 外掛「WPThumb」是 2011-11-10 上架。
- 目前有 1000 個安裝啟用數。
- 上一次更新是 2014-04-01,距離現在已有 4051 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.5 以上版本才可以安裝。
- 有 3 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
mattheu | willmot | joehoyle | humanmade | tcrsavage |
外掛標籤
crop | image | resize | phpthumb | thumbnail |
內容簡介
WP Thumb 是一個可以與 WordPress 的影像功能無縫整合的簡單外掛程式。你可以指定高度、寬度和剪裁值,然後會產生一張影像,並儲存為快取以供未來使用。
功能特色
自動調整、剪裁和快取影像。
當想要更改預設影像尺寸時,是一個理想的工具。
可以擴充使用過濾器,以操作影像物件,並使用 phpThumb 函式庫中的任何功能。
貢獻指南
請參閱 https://github.com/humanmade/WPThumb/blob/master/CONTRIBUTING.md
原文外掛簡介
WP Thumb is a simple plugin that seamlessly integrates with the WordPress image functions. You can specify height, width and crop values, and an image will be generated, which is then cached for future use.
Features
Automatic images resizing, cropping and caching.
Ideal for when you want to change the dimensions of default image sizes.
Can extend using filters to make use of any of the phpThumb Library functions by manipulating the image object.
Contribution guidelines
see https://github.com/humanmade/WPThumb/blob/master/CONTRIBUTING.md
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WPThumb」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
0.6 | 0.7 | 0.9 | 0.10 | trunk |
延伸相關外掛(你可能也想知道)
AutoThumb 》這個外掛實際上只是我之前為 MODx 寫的一個外掛 / 程式碼段的轉換建構。它會掃描您內容的原始碼中帶有寬度和高度屬性的
標籤並將它們傳遞給phpTh...。