Skip to main content
Participant
August 10, 2017
Answered

Is there a way to have the images automatically "Fit in window" when using a tiling option?

  • August 10, 2017
  • 3 replies
  • 506 views

Is there a way to have the images automatically "Fit in window" when using a tiling option (such as 4-up)? Right now they all open without the entire image showing.I'd like to be able to see the entire image and then resize to whatever I need. I prefer that Photoshop not choose that size for me.

I'm using Photoshop CC (2017)

    This topic has been closed for replies.
    Correct answer JJMack

    You may be able to script something like that have it triggered by an open event. Each time a document is opened the script would be triggered. Windows tile size will change and all open document would need to be fitted to their new windows size.  I would think that would be quite annoying and disruptive.  You could also set up a close document event and resize the remaining open documents windows.

    3 replies

    Participant
    August 10, 2017

    Thanks guys. Scripting might be an option. I might have an old applescript somewhere that finds the dimensions of an image. It would probably still be a lot of work just to skip an annoying step. The Match Zoom was the easiest thing I could find. Sort of a compromise.

    Anyway, thanks!

    davescm
    Community Expert
    Community Expert
    August 10, 2017

    Hi Sue

    If you zoom one image to a particular level you can use Window > Arrange > Match Zoom   (Alt+WAZ on Windows) to match the other windows to it.

    Not exactly what you want but it may help.

    Dave

    JJMack
    Community Expert
    JJMackCommunity ExpertCorrect answer
    Community Expert
    August 10, 2017

    You may be able to script something like that have it triggered by an open event. Each time a document is opened the script would be triggered. Windows tile size will change and all open document would need to be fitted to their new windows size.  I would think that would be quite annoying and disruptive.  You could also set up a close document event and resize the remaining open documents windows.

    JJMack