PHP Wordpress - 自动调整图像大小

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Wordpress - 自动调整图像大小相关的知识,希望对你有一定的参考价值。

function imageresizer( $atts, $content = null ) {
    return '<img src="/timthumb/timthumb.php?src='.$content.'&w=590" alt="" />';
}

add_shortcode('img', 'imageresizer');


// Then add the following syntax to your posts
// [img]http://www.yoursite.com/yourimage.jpg[/img

以上是关于PHP Wordpress - 自动调整图像大小的主要内容,如果未能解决你的问题,请参考以下文章

如何自动使用调整大小的图像而不是原稿| Wordpress

PHP Wordpress - 使用TimThumb重新调整图像大小

PHP Wordpress功能使用timthumb进行图像大小调整

Wordpress-使用TimThumb调整图像大小

PHP 自动调整大小/裁剪图像 - CI

PHP 自动调整图像大小