简体   繁体   English

如何设置wordpress缩略图来拉伸图像以填充设置的宽度?

[英]How to set wordpress thumbnail to stretch image to fill set width?

The problem is seen here: http://aivarasdaukantas.lt/demo/#tf-naujienos (the second post) 在此处看到问题: http : //aivarasdaukantas.lt/demo/#tf-naujienos (第二篇文章)

Thumbnail size is set: 缩略图大小已设置:

set_post_thumbnail_size(250, 165, array('top','left'));

It doesn't seems (from the name of your pictures) that you're using the thumbnail version in your template, but the full version instead - they're just stretched with the use of the height and width arguments. 从图片的名称来看,似乎并没有在模板中使用缩略图版本,而是使用完整的缩略图版本-只是通过使用heightwidth参数来扩展它们。

I suggest to use the_post_thumbnail in your template to get the thumb version of your image: 我建议在模板中使用the_post_thumbnail获取图像的缩略图版本:

<?php the_post_thumbnail(); ?>

Maybe need regenerate thumbnail ? 也许需要重新生成缩略图?

Try this plugin " https://lt.wordpress.org/plugins/regenerate-thumbnails/ " 试试这个插件“ https://lt.wordpress.org/plugins/regenerate-thumbnails/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM