我正在尝试在我的wordpress网站上应用一个名为Adaptive Backgrounds http://briangonzalez.github.io/jquery.adaptive-backgrounds.js/的jQuery插件。
我想将它用于我的帖子缩略图。自述文件说:
脚本使用
data-adaptive-background
查找图像 属性:
html <img src="/image.jpg" data-adaptive-background='1'>
我的问题是:如何将此属性添加到我的帖子缩略图,以及我的帖子缩略图?
答案 0 :(得分:0)
这应该可以解决问题,只需将“大”更改为调用缩略图即可。
the_post_thumbnail( 'large', array( 'data-adaptive-background' => 1 ) );
http://codex.wordpress.org/Function_Reference/the_post_thumbnail