Read the statement by Michael Teeuw here.
MMM-BackgroundSlideshow
-
@sdetweil Thank you Sam 😀🙏
-
@sdetweil hi Sam can you help me again I have tried a lot but no luck…my screensize is
width: 1080
high: 1920
I don’t know how to set it the right wayThanks 🙏
-
@Stoffbeuteluwe are u portrait, not landscape? original or mine?
it should work, but ugly
-
@sdetweil Portrait
-
@Stoffbeuteluwe oops. the width/height is from the imagesSlideshow
this module only supports
backgroundSize The sizing of the background image. Values can be: cover: Resize the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges. contain: Resize the background image to make sure the image is fully visible Example: 'contain' Default value: 'cover' This value is OPTIONAL
-
also, how are you rotated? physical or CSS?
module does
div1.style.transform="rotate(0deg)";
then adjusts if different
var Orientation = EXIF.getTag(this, "Orientation"); if (Orientation != null) {
-
@sdetweil I rotate with settings on my Mac
Settings , Monitor , Rotation 90 -
@Stoffbeuteluwe hm… on my virtual mac, landscape it looks ok… (backgroundsize: ‘contain’)
i don’t see that monitor settings option on my catalina mac vm…
-
@sdetweil thank you very much. I got I working with MMM-ImagesPhotos (took your config + enhanced swap size). My pictures are displayed now :).
Is there a chance to auto-rotate to landscape if picture orientation is portrait? Or should I use another module to do this (which one)?
Best regards
hootzter