@sdetweil
I tried with the config you provided:
{
module: "MMM-ImagesPhotos",
position: "fullscreen",
config: {
opacity: 0.9,
animationSpeed: 0,
updateInterval: 30000, // how often to change pic
backgroundColor: "#808080", // color around pic (if u want something other than black)
},
},
This results in the photos running off the edges of the screen and not being able to view the entire image. I have also tried using the config on the project page, and adding the maxHeight and maxWidth variables as well.
Just for the heck of it, I even tried using the “fullscreen_below” positioning area that the other module uses.
The photos always run off the edge of the screen. And by a lot.
As of right now, these are all photos that were shot on a 24MP DSLR and they are being displayed on a 1080 TV. There is definitely more pixels in the photo and the device needs to ‘resize’ them down to fit the screen (which it does not appear to be doing).
While you don’t ‘contain’ the images, I do recall that was an option being used in the other module that would ensure they did not overrun the screen edges. Is there a config option for yours that would enable it?