織夢dede手機站去除文章內(nèi)容中圖片的寬高程序開
導(dǎo)讀:程序開發(fā)程序開發(fā)大部分手機站都是自適應(yīng)的,這樣圖片就不能有寬高限制,我們添加文章圖片時很多時候都會有width height style這些屬性在里面,在手機站上要把它們清除,企業(yè)網(wǎng)站建設(shè)百度seo網(wǎng)站優(yōu)化。
大部分手機站都是自適應(yīng)的,這樣圖片就不能有寬高限制,我們添加文章圖片時很多時候都會有width height style這些屬性在里面,在手機站上要把它們清除,又不能影響電腦站的,不修改程序內(nèi)核文件,我們可以在手機版內(nèi)容頁模板里, 把手機站 內(nèi)容頁模板 把調(diào)用文章內(nèi)容的標簽,找到 { dede :field.body/} 改成 {dede:field.body runphp=yes}global $cfg_basehost; $ str = @me; $ search = /(img.*?)width=( […]
把手機站內(nèi)容頁模板把調(diào)用文章內(nèi)容的標簽,找到
{dede:field.body/}改成
{dede:field.body runphp=yes} global $cfg_basehost; $str = @me; $search = '/(<img.*?)width=([&q網(wǎng)站seo優(yōu)化診斷工具uot;\'])?.*?(?(2)\2|\s)([^>]+>)/is'; $search1 = '/(<img.*?)height=(["\'])?.*?(?(2)\2|\s)([^>]+>)/is'; $search2 = '#(<img.*?style=".*?)width:\s{0,}\d+px;([^"]*?.*?>)#i'; $search3 = '#(<img.*?style=".*?)height:\s{0,}\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 = str_replace('/uploads/allimg/', $cfg_basehost.'/uploads/allimg/', $conte網(wǎng)站建設(shè)公司nt); {/dede:field.body}如果是欄目內(nèi)容的圖片要自適應(yīng)的話那標簽
{dede:field.content/}改成
{dede:field.content runphp=yes} global $cfg_basehost; $str = @me; $search = '/(<img.*?)width=(["\'])?.*?(?(2)\2|\s)([^>]+>)/is'; $search1 = '/(<img.*?)height=(["\'])?.*?(?(2)\2|\s)([^>]+>)/is'; $search2 = '#(<img.*?style=".*?)wid企業(yè)網(wǎng)站建設(shè)th:\s{0,}\d+px;([^"]*?.*?>)#i'; $search3 = '#(<img.*?style=".*?)height:\s{0,}\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 = str_replace('/uploads/allimg/', $cfg_basehost.'/uploads/allimg/', $content); {/dede:field.content}相關(guān)企業(yè)網(wǎng)站建設(shè)百度seo網(wǎng)站優(yōu)化。聲明: 本文由我的SEOUC技術(shù)文章主頁發(fā)布于:2023-05-25 ,文章織夢dede手機站去除文章內(nèi)容中圖片的寬高程序開主要講述文章內(nèi)容,標簽,手機網(wǎng)站建設(shè)源碼以及服務(wù)器配置搭建相關(guān)技術(shù)文章。轉(zhuǎn)載請保留鏈接: http://www.bifwcx.com/article/web_8550.html