marijnkampf / Random-Photo-Screensaver

Source of Random Photo Screensaver
http://www.abscreensavers.com/random-photo-screensaver/open-source
Other
44 stars 14 forks source link

Cover mode improvements #57

Open andreyvin opened 8 years ago

andreyvin commented 8 years ago

I would like to have cover mode for horizontal photos and contain for vertical.

I have monitor 16x9. My photos are 3x2 or 4x3 or 16x9. For vertical photos cover mode remove lot of details, but it is good for horizontal.

I make simple change in Monitor.readMetadataImage to be as expected for me: if (width < height) this.imageSettings["fitTo"] = "contain"; else this.imageSettings["fitTo"] = this.screensaver.config.getPersistantString("fitTo");