A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
ImageSlideShow keeping scale
- 
 Hi Today I use ImageSlideShow to show images, having big repository of images has proven I need to resize them on the fly Setting MaxHeight is needed, but then I get some wide pictures that it too wide to text… 
 Can I somehow get a slide show, within a frame, where resizing happens in scale?Help some one has solved this or know how to build this enhancement 
- 
 Probably too late, just add something like this to your css/custom.cssfile:.MMM-ImageSlideShow img { max-width: 80vw; max-height: 80vh; object-fit: contain; object-position: 50% 50%; }Just modify the width/height values as needed. 
- 
 I read it an above post in which we can used about the working of Image slideshow keeping scale module that are helping you to resizing it for different platforms. 
- 
 @Williamso the MMM-ImagesPhotos in full screen mode will adjust the sizes to keep the photo aspect ratio 
