We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32790f1 commit 882f52eCopy full SHA for 882f52e
index.php
@@ -1,6 +1,7 @@
1
<!DOCTYPE html><html lang="en">
2
<head>
3
<meta charset="UTF-8">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
<title>CapCut SRT Generator - Convert your script to SRT format for easy subtitles in CapCut</title>
6
<style>
7
* { box-sizing: border-box; }
@@ -10,7 +11,9 @@
10
11
font-family: 'Segoe UI', sans-serif;
12
margin: 0;
13
padding: 20px;
14
+ width: 100vw;
15
height: 100vh;
16
+ overflow: hidden;
17
display: flex;
18
flex-direction: column;
19
}
0 commit comments