欢迎来到站长天空!

WordPress

当前位置: 主页 > CMS教程 > WordPress

wordpress 特色图片去掉width宽度 直接调用src 缩略图自适应响应式

时间:2025-10-17 15:24:06|栏目:WordPress|点击:

把下面的代码放在functions.php中即可去掉img中的width和height属性,从而可以在CSS中自定义图片宽高.

// 自适应图片删除width和height 
add_filter( 'post_thumbnAIl_html', 'remove_width_attribute', 10 ); 
add_filter( 'image_send_to_editor', 'remove_width_attribute', 10 ); 
  
function remove_width_attribute( $html ) { 
   $html = preg_replace( '/(width|height)="d*"s/', "", $html ); 
   return $html; 
}


上一篇:wordpress 当前栏目名,当前栏目的分类名

栏    目:WordPress

下一篇:wordpress 在文章内容页获取相关文章,本文章所在分类的其它文章的方法

本文标题:wordpress 特色图片去掉width宽度 直接调用src 缩略图自适应响应式

本文地址:https://zz.feitang.co/CMSjiaocheng/25004.html

广告投放 | 联系我们 | 版权申明

申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:257218569 | 邮箱:257218569@qq.com

Copyright © 2018-2025 站长天空 版权所有 Powered by EyouCms冀ICP备14023439号