summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.h b/Config.h
index ec00b71..936eae5 100644
--- a/Config.h
+++ b/Config.h
@@ -69,8 +69,8 @@ public:
std::string GetPassword();
int ThumbHeight() { return 1080 / CoverGridRows; };
int ThumbWidth() { return 1920 / CoverGridColumns; };
- int ArtHeight() { return 1080; };
- int ArtWidth() { return 1920; };
+ int ArtHeight() { return 1080 / 4; };
+ int ArtWidth() { return 1920 / 4; };
int BannerHeight() { return 1080 / 2; };
int BannerWidth() { return 1920 / 2; };