Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<div style="width: 1024px;"></div>
div#container {
width: 100%;
max-width: 1024px;
width: expression(document.body.clientWidth > 1024 ? "1024px": "100%" );
}
<html>
<head>
<title>Blah</title>
<style type="text/css">
div#container {
width: 100%;
max-width: 1024px;
width: expression(document.body.clientWidth > 1024 ? "1024px": "100%" );
}
</style>
</head>
<body>
...
</body>
</html>