Skip to content

Instantly share code, notes, and snippets.

View sgudjonsson's full-sized avatar

Sigurbjörn Guðjónsson sgudjonsson

  • Reykjavík, Iceland
View GitHub Profile
<html lang="is">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,user-scalable=no">
<script type="text/javascript">
function toggleMetaViewportTag() {
var metaName = "viewport";
var metaContent = "width=device-width,user-scalable=no";