LukeSkywalker92 / TeleFrame

TeleFrame - a digital picture frame for telegram
MIT License
93 stars 28 forks source link

Window Size in main.js #31

Closed nautical-miles closed 4 years ago

nautical-miles commented 4 years ago

Hi, how important is the window size in main.js? Instead of the 7" screen I am using a 15.6" screen with a resolution of 1366 x 768. Would it make sense to use global variables here and add the size setting to the config?

LukeSkywalker92 commented 4 years ago

I don't think it matters at all as long as you are running in fullscreen mode. Did you run into any problems?

nautical-miles commented 4 years ago

It is running fine. I was just wondering if with this setting the pictures are shown with a lower resolution as possible.

LukeSkywalker92 commented 4 years ago

No. This just sets the window size of the window when not running in fullscreen. The resolution of the image is not modified.