开发者 | nickciske |
---|---|
更新时间 | 2014年3月27日 11:43 |
捐献地址: | 去捐款 |
PHP版本: | 3.5.2 及以上 |
WordPress版本: | 3.8.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
plugin
folder to the /wp-content/plugins/
directory or install via the Add New Plugin menuYes! Just go to Settings: Media and look for "Media Library Thumbnails". Note that this will not appear if the size has been hardcoded (see next FAQ).
To set a custom size, add the line below to functions.php (or a plugin) and adjust the dimensions as needed.
add_image_size( 'mte_thumbnail', 300, 300, true );
You may need to rebuild your thumbnails: https://wordpress.org/plugins/ajax-thumbnail-rebuild/ Or install WP_Thumb so they can be generated on the fly: http://wordpress.org/plugins/wp-thumb/