Search…

X3 Photo Gallery Support Forums

Search…
 
Lem
Topic Author
Posts: 2
Joined: 02 Feb 2011, 18:43

Image Resizing (Scaling) for "Random Image" Start Page

14 Feb 2011, 01:41

First and foremost, my apologies if this question has already been answered (I haven't, however, seemed to have found the answer through searches).

- I have my start page set to a folder which has a current filemod of: "random image"

- Although I have my "image" "settings" set to "Scale: fitmargin" this doesn't seem to effect the start folder with the filemod. Therefore the random images that load on launch are shown in their original sizes.

- Is there a way to keep the start page / folder with the "random image" filemod but have those images adhere to the "fitmargin" scale settings? Perhaps a parameter I can set?

- BTW - sorry for all the quotation marks (just realized how many I used).

Thanks...
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Image Resizing (Scaling) for "Random Image" Start Page

15 Feb 2011, 02:48

Unfortunately, the randomimage filemod does not scale the images like the native slideshow does.

From next release, you can fix this by instead setting your folder as a normal gallery, and using folder parameters. The reason it won't currently work, is because there is no "random" sort function for your folders. This will be added to next release

You would set your start folder back to a normal gallery, and then add these parameters:
Code
settings.startmode=image&thumbnails.thumbnailscroller.enabled=false&controls.largecontrols.enabled=false&controls.maincontrols.enabled=false&image.imagebuttons.enabled=false&image.closebutton.enabled=false
You can try it and see how it works, but it does not support random so you would have to manually re-order your start image once in a while (until next version X2.7 next month)
 
Lem
Topic Author
Posts: 2
Joined: 02 Feb 2011, 18:43

Re: Image Resizing (Scaling) for "Random Image" Start Page

15 Feb 2011, 02:52

Cool - Thanks Karl!