
10+
安裝啟用
—
尚無評分
3250 天前
最後更新
—
問題解決
WordPress 4.7.3+ v1.0.1 上架:2017-04-23
內容簡介
只需上傳 [email protected],1x 大小的圖片就會自動調整大小
使用方法
用於文章時
上傳檔案時,在檔名中加入 ‘@2x’
在插入媒體時,選擇 ‘大小項目’ 作為 ‘1x 大小’
PHP
echo(wp_get_attachment_image( IMAGE_ID,”1x” ));
外掛標籤
開發者團隊
原文外掛簡介
Just by uploading [email protected], resized 1x are created automatically
How to use
When used for posting
Upload file with ‘@2x’ in file name
Select ‘size item’ as ‘1x size’ when inserting media
PHP
echo(wp_get_attachment_image( IMAGE_ID,”1x” ));
