We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0563b2d commit 85446a7Copy full SHA for 85446a7
src/index.html
@@ -96,10 +96,6 @@
96
</div>
97
98
99
-
100
101
102
103
104
<script>
105
function loadNextImage() {
src/index.js
@@ -11,8 +11,8 @@ let currentImageIndex = 0;
11
12
const createWindow = () => {
13
mainWindow = new BrowserWindow({
14
- width: 900,
15
- height: 700,
+ width: 1920,
+ height: 1080,
16
webPreferences: {
17
nodeIntegration: true,
18
contextIsolation: false,
0 commit comments