Skip to content

Instantly share code, notes, and snippets.

@azusa-tomita
Created September 3, 2019 07:07
Show Gist options
  • Save azusa-tomita/44d63d121404e9538a969b3419cff94c to your computer and use it in GitHub Desktop.
Save azusa-tomita/44d63d121404e9538a969b3419cff94c to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
</head>
<body>
<!--
safariで「リーダー」ボタンが表示されるトリガー
viewportの指定がなければ295px以上、
viwportが
width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1
の場合は560px以上で表示っぽい。
-->
<article style="min-height:560px"></article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment