If you use a Mac, you’ve probably hit this infuriating UI quirk: when you click "Upload," the macOS file picker displays microscopic thumbnails. Unlike a normal Finder window, there’s no slider to scale them up. Fortunately, there’s a permanent, 30-second fix. We just have to bypass the UI and tell macOS exactly what we want using Terminal.
The 30-Second Fix
- Open the Terminal app (Cmd + Space, type "Terminal", and hit Enter).
- Copy and paste this exact command: defaults write com.apple.finder FK_DefaultIconViewSettings -dict-add iconSize 256
- Hit **Enter** and close Terminal. That's it! The next time you upload a file in Safari, you'll get massive, glorious thumbnails where you can actually check your focus. *Note: If `256` is too large for your screen, simply run the command again with a smaller number like `128`.*
8 Comments
This is the best tip I’ve received this month. Thank you very much!
Heck ya
Fstoppers for the win! Thanks!
You are welcome
How long will this command be effective? Only during the web browser session? Until the next computer reboot?
This I don't know
I just use Linux….
Shutdown/Reboot - still good.
(Minor) Update macOS - still good.
Thank you.