花魁直播高品质美女在线视频互动社区 - 花魁直播官方版

 歡迎來到素材無憂網(wǎng),按 + 收藏我們
登錄 注冊(cè) 退出 找回密碼

dedecms織夢(mèng)手機(jī)站去除文章內(nèi)容中圖片的寬高達(dá)到自適應(yīng)

時(shí)間: 2018-12-01 10:11 閱讀: 作者:素材無憂網(wǎng)

大部分手機(jī)站都是自適應(yīng)的,這樣圖片就不能有寬高限制,我們添加文章圖片時(shí)很多時(shí)候都會(huì)有width height style,在手機(jī)站上要把它們清除,又不能影響電腦站的。

{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);//手機(jī)版圖片使用絕對(duì)路徑
{/dede:field.body}

其中

@me = str_replace('/uploads/allimg/', $cfg_basehost.'/uploads/allimg/', $content);//手機(jī)版圖片使用絕對(duì)路徑

上述代碼表示手機(jī)為二級(jí)域名時(shí)候,將附件地址改為絕對(duì)地址,以防止圖片打不開的情況出現(xiàn)。

版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!

轉(zhuǎn)載請(qǐng)注明: dedecms織夢(mèng)手機(jī)站去除文章內(nèi)容中圖片的寬高達(dá)到自適應(yīng)

標(biāo)簽:  
相關(guān)文章
模板推薦