php 添加视口元标记。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 添加视口元标记。相关的知识,希望对你有一定的参考价值。

<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

//* Add Viewport meta tag for mobile browsers (requires HTML5 theme support)
add_theme_support( 'genesis-responsive-viewport' );
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

//* Add custom Viewport meta tag for mobile browsers
add_action( 'genesis_meta', 'sp_viewport_meta_tag' );
function sp_viewport_meta_tag() {
	echo '<meta name="viewport" content="width=device-width, initial-scale=1.0"/>';
}

以上是关于php 添加视口元标记。的主要内容,如果未能解决你的问题,请参考以下文章

CSS中的视口元标记

视口元标记在 Android 上无法按预期工作

使用视口元标记实现最小宽度

iOS 设备的视口元标记

html Responsivní元标记视口

HTML IPhone HTML视口元标记