使用url参数调整图像大小

时间:2013-06-24 作者:Kuldeep Daftary

我想使用url参数调整wordpress模板中的图像大小。最好的例子就是Wordpress自己的twenty Twelve theme.

下面是最后带有宽度参数的图像链接。如果将宽度更改为50,它将返回宽度为50px的图像。

https://twentytwelvedemo.files.wordpress.com/2012/03/wheat-field.jpg?w=500

我很困惑,如果它的服务器设置,或者我们可以使用php。

谢谢

1 个回复
最合适的回答,由SO网友:patnz 整理而成

WordPress(.org)的核心中没有类似的内容。许多主题开发人员使用Timthumb 为了实现这一点。您链接到的示例位于wordpress上。com服务器,因此将有一些自定义的功能进行。

您还可以查看WordPress函数add\\u image\\u size&;\\u post\\u缩略图。

结束

相关推荐

Hover images and Videos

我用这个代码在我的博客上显示视频循环。它工作得很好。作用phpfunction catch_video() { global $post, $posts; $first_vid = \'\'; ob_start(); ob_end_clean(); $output = preg_match_all(\'/<iframe.+src=[\\\'\"]([^\\\'\"]+)[\\\'\"].*>/i\', $post->post_c