clegallic / MMM-GoogleDriveSlideShow

Magic Mirror² Google Drive Photos Slideshow Module
MIT License
11 stars 8 forks source link

Portraited photo is stripped. #7

Open Dalyoungj opened 2 years ago

Dalyoungj commented 2 years ago

Can you please check and fix the issue?

clegallic commented 2 years ago

Hi

Could you please detail the issue ? Provide an example ?

Regards,

Charles

Dalyoungj commented 2 years ago

For a sample photo with resolution 3000x4000, it shows as below. I would like to see photos in full screen without stripping. Can you please check?

Original: original

MagicMirror: IMG_8017

Config.js

   {
                    module: "MMM-GoogleDriveSlideShow",
                    position: "fullscreen_below",
                    config: {
                            rootFolderId: "",
                            maxFolders: 10,
                            maxResults: 1000,
                            playMode: "AUTO",
                            nextOnNotification: null,
                            stopOnNotification: null,
                            startOnNotification: null,
                            refreshDriveDelayInSeconds: 24 * 3600,
                            refreshSlideShowIntervalInSeconds: 10,
                            maxWidth: 1980,
                            maxHeight: 1080,
                            theme: "None",
                            opacity: 1,
                            debug: false
                    }
            },
Dalyoungj commented 2 years ago

If you need a original image for testing and can provide your email address, I will send you. Thanks