simrail / EDR

EDR timetable & driver view for Simrail
https://edr.simrail.app
GNU General Public License v3.0
25 stars 12 forks source link

Stretch background image #96

Closed SparklesReal closed 10 months ago

SparklesReal commented 1 year ago

The current background on the website just repeats instead of stretching in 2560x1440 resolution

image

chill0r commented 12 months ago

The background was changed from cover to auto in the commit https://github.com/simrail/EDR/commit/313731963c603ac7bb6d388f78682894e4fc4246 I don't know what the reason was to change it because cover scales the image (while preserving its ratio) to the smallest possible size to fill ^1.

When changed back to cover (tested using the developer tools in both Chrome and Firefox) the background image scales with the window size and looks quite fine.

Example 1 (3777x1914): image

Example 2 (795x902): image

Example 3 (576x297): image

Tallyrald commented 11 months ago

You guys are absolutely correct, thanks!