Nerixyz / current-song2

Display the currently playing song/audio.
https://currentsong.nerixyz.de
91 stars 7 forks source link

Resize issue #507

Closed AzzyDreamer closed 2 months ago

AzzyDreamer commented 2 months ago

Hi. I was wondering if there is any way of increasing the resolution via config.toml or theme.css?

Thanks in advance.

Nerixyz commented 2 months ago

You can experiment with the CSS transform: scale(123%) property in theme.css. Note that some animations change the scaling too.

AzzyDreamer commented 2 months ago

Thanks, that worked. But I also came across another issue with scaling image

Nerixyz commented 2 months ago

That probably has to do with the transform-origin property, which is currently set to left. In this case, it should be top left.

AzzyDreamer commented 2 months ago

Thanks again, everything is fine now