hotfix/paypal-note
赵鹏 2 years ago
parent dea0520574
commit d55dc50dda

@ -2460,10 +2460,10 @@ class Information extends CI_Controller
/** 替换H1加面包屑,加作者 */
$ic_content = preg_replace('/<h1>(.*)<\/h1>/i', $crumb . "\r\n" . '<H1>$1</H1>' . "\r\n" . $str_author . "\r\n", $ic_content, 1);
// //图片加延迟
// $ic_content = $this->html_optimize_lib->set_lazy_loader($ic_content, 'https://data.shanghaihighlights.com/image/grey.gif');
//图片加延迟
$ic_content = $this->html_optimize_lib->set_lazy_loader($ic_content, 'https://data.shanghaihighlights.com/image/grey.gif');
// $ic_content = $this->html_optimize_lib->set_image_size($ic_content);
$ic_content = $this->html_optimize_lib->set_image_size($ic_content);

Loading…
Cancel
Save