Added option to set CSS background-size to background-image.
New entry in config file called background-image-size, which accepts string values.
Basic values for background image sizing is: cover and contain.
(more options listed here: https://www.w3.org/TR/css-backgrounds-3/#background-size)
With this feature now we can set show-image-on-all-monitors = true and background-image-size = cover and have nice full screen scaled background images on all monitors, even with different aspect ratio.
Added option to set CSS
background-size
tobackground-image
. New entry in config file calledbackground-image-size
, which accepts string values. Basic values for background image sizing is:cover
andcontain
. (more options listed here: https://www.w3.org/TR/css-backgrounds-3/#background-size)With this feature now we can set
show-image-on-all-monitors = true
andbackground-image-size = cover
and have nice full screen scaled background images on all monitors, even with different aspect ratio.