How to Play an Image Slideshow in Fullscreen Using Preview on macOS

When you possess a massive directory containing hundreds of high-resolution image files (JPEGs, PNGs, TIFFs) on a macOS workstation, sequentially opening and closing each file to review the geometric data is computationally inefficient and wastes time. To force the macOS Core Graphics engine to compile these disparate raster files into a seamless, high-speed, full-screen presentation matrix, you must deploy the Slideshow protocol within the native Preview application.

Executing the Presentation Compilation Matrix

The Preview application is engineered with a localized rendering engine that bypasses standard window management. It can intercept an array of image files, suspend the macOS desktop UI, and execute a mathematically perfect, edge-to-edge full-screen display loop.

  1. Navigate to the specific folder containing your target image payloads using Finder.
  2. Click and drag your mouse (or press Cmd + A) to highlight multiple image files simultaneously.
  3. Double-click any one of the highlighted files. Because they are selected as a batch, the macOS kernel routes the entire payload into a single Preview instance.
  4. The Preview app will spawn, displaying the first image, with the rest loaded into the left-side thumbnail array.

Deploying the Slideshow Vector

  1. Look at the absolute top menu bar. Click the View menu.
  2. From the drop-down system matrix, click the critical command labeled Slideshow (or execute the rapid hotkey: Option + Cmd + Shift + Y).
  3. The exact millisecond you execute this command, the Core Graphics engine intercepts the UI. It violently darkens all surrounding desktop elements, hides the menu bar and dock, and stretches the active image payload perfectly across the screen architecture.
  4. A translucent control UI will spawn at the absolute bottom of the screen, granting you kinetic control to play, pause, or manually skip between images using the arrow keys.
  5. To abort the sequence and return to the standard desktop matrix, strike the Escape key on your keyboard.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.