dedecms织梦手机站内容页图片自适应标签
时间:2017-11-22|栏目:im官网|点击: 次
大部分手机站都是自适应的,这样图片就不能有宽高限制,我们添加文章图片时很多时候都会有width height style,在手机站上要把它们清除,又不能影响电脑站的。
{dede:field.body runphp=yes}
global $cfg_basehost;
$str = @me;
$search = '/(<img.*?)width=(["\'])?.*?(?(2)\2|\s)([^>]+>)/is';
$search1 = '/(<img.*?)height=(["\'])?.*?(?(2)\2|\s)([^>]+>)/is';
$search2 = '#(<img.*?style=".*?)width:\d+px;([^"]*?.*?>)#i';
$search3 = '#(<img.*?style=".*?)height:\d+px;([^"]*?.*?>)#i';
$content = preg_replace($search,'$1$3',$str);
$content = preg_replace($search1,'$1$3',$content);
$content = preg_replace($search2,'$1$2',$content);
$content = preg_replace($search3,'$1$2',$content);
@me = $content;
//@me = str_replace('/uploads/allimg/', $cfg_basehost.'/uploads/allimg/', $content);//手机版图片使用绝对路径
{/dede:field.body}
本文地址:http://www.baidu.com/
栏 目:im官网
本文地址:https://www.torquefilm.com/a/imgw0/64.html
您可能感兴趣的文章
- 11-22dedecms织梦中plus文件作用介绍及安全设置
- 11-22dedecms织梦手机站内容页图片自适应标签
- 11-22阿里云主机安装织梦系统出现data无写入权限
- 11-22织梦网站数据备份步骤图解
- 11-22本地安装PHP环境 测试织梦CMS
阅读排行
推荐教程
- 11-22dedecms织梦图集图片模板
- 11-22HTML5自适应网络公司织梦模板
- 11-22dedecms购物商城织梦模板
- 11-22PHP自适应后台风格模板
- 11-22网络公司自适应织梦模板