導讀:織夢教程織夢教程摘要:大部分手機站都是自適應的,這樣圖片就不能有寬高限制,我們添加文章圖片時很多時候都會有width height style,在手機站上要把它們清除,又不能影織夢后臺模板織夢模板網。
摘要:大部分手機站都是自適應的,這樣圖片就不能有寬高限制,我們添加文章圖片時很多時候都會有width height style,在手機站上要把它們清除,又不能影響電腦站的
大部分手機站都是自適應的,這樣圖片就不能有寬高限制,我們添加文章圖片時很多時候都會有width height style這些屬性在里面,在手機站上要把它們清除,又不能影響電腦站的,不修改程序內核文件,我們可以在手機版內容頁模板里,
把調用文章內容的標簽
{dede:field.body/}
|
改成
{dede:field.body runphp=yes}
global $cfg_basehost;
$str = @me;
$search = '/(<img.*?)width=(["\'])?.*?(?(2)\2|\s)([^>]+>)/is';
$search1 = '/(<img.*?)height=(["\'])?.*?(?(2)\2|dede會員中心模板\s)([^>]+>)/is';
$search2 = '#(<img.*?style=".*?)width: \d+px;([^"]*?.*?>)#i';
$search3 = '#(<img.*?style=".*?)height: \d+px;([^"]*?.*?>)#i';
$content = preg_replace($search,'$1$3',$str);
$co免費織夢模板ntent = preg_replace($search1,'$1$3',$content);
$content = preg_replace($search2,'$1$2',$content);
$content = preg_replace($search3,'$1$2',$content);
@me = str_replace('/uploads/allimg/', $cfg_basehost.'/upl織夢手機模板oads/allimg/', $content);//手機版圖片使用絕對路徑
{/dede:field.body}
|
相關織夢后臺模板織夢模板網。
關鍵詞標簽: 自適應 手機 文章內容
聲明: 本文由我的SEOUC技術文章主頁發布于:2023-07-18 ,文章dedecms織夢手機站去除文章內容中圖片的寬高達到主要講述文章內容,自適應,手機網站建設源碼以及服務器配置搭建相關技術文章。轉載請保留鏈接: http://www.bifwcx.com/article/web_28970.html