sthuber90 / mmm-amazon-photos

Magic Mirror Module to get Amazon Photos as background images
3 stars 2 forks source link

Position #5

Open DizzyDwarf0013 opened 2 years ago

DizzyDwarf0013 commented 2 years ago

I am trying to use this module to display my photos in one section of the screen (similar to other modules) rather than as the background. I've tried manipulating position, background size, and background position, but I haven't gotten anything to work. Is this possible?

sthuber90 commented 2 years ago

It's not intended to use the module like this. If you get it working, feel free to share it or open a PR, so that the module supports this behavior in the future

cacy82 commented 1 year ago

Try this in config file:

background-size: 30% ;background-repeat: no-repeat; background-position: top right;

sthuber90 commented 6 months ago

@DizzyDwarf0013 did the comment from @cacy82 help you out?