增加图片批量更新延迟加载及图片设置宽高功能

hotfix/paypal-note
赵鹏 4 years ago
parent e9f6a8dfbe
commit 4362edd646

@ -837,6 +837,12 @@ class Information extends CI_Controller
// },$ic_content);
//$ic_content = '<div class="container-details details-content">'.$ic_content.'</div>'; //兼容拷贝过来的内容样式
//图片加延迟
$ic_content=$this->html_optimize_lib->set_lazy_loader($ic_content,'https://data.chinatravel.com/images/mobile-first/grey.gif');
$ic_content = $this->html_optimize_lib->set_image_size($ic_content);
$data["CUSTOMCONENT"] = $ic_content;
@ -1064,20 +1070,6 @@ class Information extends CI_Controller
file_put_contents($html_path, $template, LOCK_EX);
// //Google广告代码
// if (!empty(get_meta($information->ic_id, 'meta_google_ad_content'))) {
// $template = str_replace('<!--@Match-Content-GOOGLE@-->', '<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-4231674166786366" data-ad-slot="1447610161"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script>', $template);
// }
// if (!empty(get_meta($information->ic_id, 'meta_google_ad_article'))) {
// $in_article_google=$this->load->view($template_path.'-google-ad', false,true);
// $template = str_replace('<!--@IN-ARTICLE-GOOGLE@-->', $in_article_google, $template);
// }
// //设置图片尺寸
// //$template=$this->html_optimize_lib->set_image_size($template);
// // /travelguide/chinese-zodiac/monthly-fortune-for-dog.htm
}
//通过内容找到第一张图片

Loading…
Cancel
Save