Skip to content

Commit 4ae2463

Browse files
committed
Try minimum-scale instead of initial-scale.
1 parent 6833b2e commit 4ae2463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<html>
2626
<head>
2727
<meta charset="utf-8">
28-
<meta name="viewport" content="height=1920, width=1080, initial-scale=1">
28+
<meta name="viewport" content="height=1920, width=1080, minimum-scale=1">
2929
<style type="text/css">
3030
body, iframe#main {{
3131
margin: 0;

0 commit comments

Comments
 (0)