Skip to content

Commit

Permalink
Remove maximum-scale=1 and user-scalable=no from Reader template meta…
Browse files Browse the repository at this point in the history
… viewport (#3681)
  • Loading branch information
westonruter committed Nov 4, 2019
1 parent ed419ba commit abf39f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/html-start.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<html amp <?php echo AMP_HTML_Utils::build_attributes_string( $this->get( 'html_tag_attributes' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1">
<?php do_action( 'amp_post_template_head', $this ); ?>
<style amp-custom>
<?php $this->load_parts( [ 'style' ] ); ?>
Expand Down

0 comments on commit abf39f2

Please sign in to comment.