minimum-scale=1.0 and maximum-scale=1.0
-
Hi,
When analyzing by PageSpeed Insights i got a remark on the use ofminimum-scale=1.0andmaximum-scale=1.0.
I disabled this for now by using a php snippet :add_action(‘wp_head’, function() {
ob_start(function($html) {
return str_replace(
‘minimum-scale=1.0, maximum-scale=1.0’,
”,
$html
);
});
}, 0);add_action(‘wp_head’, function() {
ob_end_flush();
}, 999);
Can it be disabled in the next release ?
I love this plugin. Use it for my personal website on the nature in the east of the Netherlands.
So i started sponsering with $3 / month today.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.