找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 98|回复: 0

[cms教程] 织梦手机站内容页图片自适应去除style样式标签

[复制链接]

该用户从未签到

发表于 2018-8-7 08:12:20 | 显示全部楼层 |阅读模式

您需要 登录 才可以下载或查看,没有账号?立即注册

×
大部分手机站都是自适应的,这样图片就不能有宽高限制,我们添加文章图片时很多时候都会有width height style,在手机站上要把它们清除,又不能影响电脑站的。
         
        在内容页模板里,用以下标签替换内容标签。
         
        {dede:field.body runphp=yes}
        global $cfg_basehost;
        $str = @me;
        $search = '/([i,,+>)/is';
        $search1 = '/([i,,+>)/is';
        $search2 = '#([i,)#i';
        $search3 = '#([i,)#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}
回复

使用道具 举报

网站地图|页面地图|文字地图|Archiver|手机版|小黑屋|找资源 |网站地图

GMT+8, 2024-9-29 17:24

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表