This commit is contained in:
Kyle
2018-11-15 20:23:13 -08:00
parent 6f22f088f2
commit fb24aa70b3
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

After

Width:  |  Height:  |  Size: 846 KiB

View File

@@ -20,7 +20,7 @@
window.onload = function() { window.onload = function() {
if (screen.width < 800) { if (screen.width < 800) {
var myViewPort = document.getElementById("pageViewport"); var myViewPort = document.getElementById("pageViewport");
myViewPort.setAttribute("content", "user-scalable=no,width=800"); //myViewPort.setAttribute("content", "user-scalable=no,width=800");
} }
} }
</script> </script>