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.css
file:.MMM-ImageSlideShow img { max-width: 80vw; max-height: 80vh; object-fit: contain; object-position: 50% 50%; }
Just modify the width/height values as needed.