Update AB/index.html
Browse files- AB/index.html +6 -0
AB/index.html
CHANGED
@@ -4,6 +4,12 @@
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Upload and Process Image</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
</head>
|
8 |
<body>
|
9 |
<h1>Upload and Process Image</h1>
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Upload and Process Image</title>
|
7 |
+
<style>
|
8 |
+
#processedImage img {
|
9 |
+
max-width: 100%;
|
10 |
+
max-height: 400px; /* Adjust the maximum height as needed */
|
11 |
+
}
|
12 |
+
</style>
|
13 |
</head>
|
14 |
<body>
|
15 |
<h1>Upload and Process Image</h1>
|