1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-18 09:49:35 +02:00

Updated screen sizes.

This commit is contained in:
kkapsner 2019-11-22 08:23:45 +01:00
parent cded4d369a
commit d4ce6c4b4b

View File

@ -45,16 +45,18 @@
{height: 1440, width: 900},
{height: 1600, width: 900},
{height: 1920, width: 1080},
{height: 2560, width: 1440},
{height: 4096, width: 2160},
{height: 8192, width: 4320},
{height: 8192, width: 6144},
],
landscape: [
{width: 1366, height: 768},
{width: 1440, height: 900},
{width: 1600, height: 900},
{width: 1920, height: 1080},
{width: 2560, height: 1440},
{width: 4096, height: 2160},
{width: 8192, height: 4320},
{width: 8192, height: 6144},
]
};