kolbyjack/MMM-Wallpaper

Set Images to Center_Middle of Screen

mbosselle opened this issue · 2 comments

Hey wondering how I would go about centring images in the middle of the screen? Currently, I'm restricting the images to the width of the screen. The images then justify to the top of the layout. My config is below

{
			module: "MMM-Wallpaper",
			position: "fullscreen_below",
			config: {
				source: "Local:/home/pi/Pictures/Magic Mirror Album",
				slideInterval: 1 * 60 * 1000,
				fadeEdges: true,
				fillRegion: false,
				width: 1080,
				height: "auto"
			}
		}

Thanks kindly for your time

Instead of seeing the width and height manually, try setting "size": "contain"

Yep, that solved my issue.

Thank you very much