set zoom to max at 1.0 and added static/wallpaper.jpg

This commit is contained in:
Fredrick W. Warren 2019-08-20 11:12:18 -07:00
parent 4030654a04
commit 9479fc75b9
2 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export default {
// extra width so zoom for height ratio
scale = appHeight / this.window.height
}
this.window.style = `zoom: ${scale};`
this.window.style = `zoom: ${Math.min(scale, 1)};`
}
}
}

BIN
static/wallpaper.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB