How can I increase the size of thumbnails when opening files?

This is the view I get when I want to upload a file to OS X' browser. I like the thumbnail view, but as you can see, they are too small.

I don't mind showing fewer pictures – I just want a bigger thumbnail view.

How can I change that?

1

9 Answers

This answer applied to whatever version of OS X I was using in 2014.

Run

/usr/libexec/PlistBuddy -c 'set FK_StandardViewSettings:IconViewSettings:iconSize 48' ~/Library/Preferences/com.apple.finder.plist

where 48 is the new icon size, and restart to apply the changes. Just logging out and back in does not seem to apply the changes.

The FK_StandardViewSettings settings are used by FinderKit and file dialogs. They are not changed when you press the "Use as Defaults" button from Finder's view options.

If you run the command on a new installation and there is an error like Set: Entry, "FK_StandardViewSettings:IconViewSettings:iconSize", Does Not Exist, open a file dialog once in some application first.

1

slowernet's answer is almost there, but not quite. On my Yosemite OS, the correct command is:

/usr/libexec/PlistBuddy -c 'set FK_DefaultIconViewSettings:iconSize 192' ~/Library/Preferences/com.apple.finder.plist

And the command takes effect immediately.

1

Try this:

  • Open Finder
  • Change View to Icons
  • Hold CMD Then press + or -

Then, while in finder command+fand repeat above steps.

Mac stores each view setting for finder, two that I know of.

One, when you open a new window for finder and One, when you are searching within finder.

2

When you are in the Finder folder, click on View-->Show View Options and then a screen will pop up with an Icon Image slider so you can adjust the size from there.

1

The best workaround I've found is to select the image file in the dialog window and hit spacebar to toggle a large view of the image in QuickLook. It's curious that they don't include the Finder's icon size slider in open/save dialogs.

1

There is a way to fix this even in Sierra. You will be using Pref Setter to set the iconSize value in com.apple.finder.plist This file is not visible to some users,so use the Go to Folder command and enter this path:

~/Library/Preferences/com.apple.finder.plist

is where to download it. It's free and while a bit old does work.

Open com.apple.finder.plist in Pref Setter and change the iconSize value as shown. Press Enter to confirm the new value, save changes and exit.

Restart your Mac and your Open/Save dialog thumbnails should be as in my case 256 pixels instead of the default 64. Hope it goes well for you.

Pref setter dialog box

Apple's "Preview" app is designed to do this; just drag a folder's icon on top of the Preview icon, to preview the contents for any of the graphic formats supported. You can resize images in the preview pane on the left, by dragging the divider horizontally; click on a preview/thumbnail to open the corresponding image...

Finder > View > Show Status Bar

There will be a barely noticeable bar that appears at the bottom of finder with a slider on the bottom right (OSX 10.11.4)

Slide that right for larger image thumbnails. No need for terminal sorcery.

OS X El Capitan images screenshot

5

There is no straight forward solution to show bigger thumbnails, however there are few workarounds.

For example you can use the 4th view to show items as icons, but also with in Cover Flow view.

macOS Sierra, Finder: Show items as icons, in a list, in columns, or with Cover Flow

In Cover Flow view you can have images much bigger (depending on size of your window).

Cover Flow in Finder, Earth and Moon.jpg


Alternatively activate Zoom in Accessibility (System Preferences) and hitting --+ will zoom the thumbnails. They should be in enough resolution on retina display.

macOS Accessibility, Pictures

You Might Also Like