iA / Presenter / Support / Visuals

Images

Images help tell a story. Adding images in Presenter is as simple as drag-and-drop—and you have many more options to help ensure that your image displays exactly as you want it to.

Adding Images

To add an image, simply drag-and-drop or copy-paste it into the Editor. With Presenter for Mac, you can add both local images, as well as links to images on the Internet.

Presenter supports multiple image formats:

Format Extension
Portable Network Graphics .apng, .png
Graphics Interchange Format .gif
WebP .webp
Joint Photographic Experts Group .jpg, .jpeg
Tagged Image File Format .tif, .tiff
Scalable Vector Graphics .svg
Portable Document Format .pdf

Syntax

Presenter supports markdown syntax for images, which you enter like this:

![](image-name.png)

However, an easier way is to use Content Blocks Syntax, where you add the image’s path or URL using drag-and-drop or copy-paste. For example:

/assets/image-name.png

https://source.net/image-name.jpeg

An .iapresenter file is a .zip that includes your markdown presentation file and all your images. There’s no need to store images separately from your presentation. You can manage images from the Inspector’s Media Manager tab (see below).

💡 If you find yourself often using the same images across different presentations, try adding them to a custom theme to avoid unnecessary rework.

Presenter uses two virtual folders for its images:

Use the asset folders when working with graphics (images and video) in your presentation. You’ll use the theme folder to change graphics in layout themes.

The Media Manager Tab

You’ll find the Media Manager tab above the Inspector on the right. If you closed the Inspector, you can open it via:

The visual tab in Presenter's Inspector

From the Media Manager you can:

💡 Use the Unsplash option to quickly find and insert free, high-quality photos into your slides. Presenter will automatically add any captions and credits from the source. Read more about Unsplash integration into Presenter, or check out the video.

The Unsplash search integration

Size and Aligment

If you use Content Blocks Syntax, then you can control the image’s size and alignment via its metadata (this option isn’t available with Markdown syntax).

To change size and alignment, click the dropdown arrow ⬇️ at the end of the image’s path in the Editor, then select an option. As you add or remove options you’ll see them listed in the Editor, for example:

/Theme/image1.jpg

size: contain

x: right

Some image control is possible from the dropdown arrow ⬇️ at the end of the image's path

If you prefer keeping your hands on the keyboard, you can type image commands instead, for example:

Setting the Size

You can assign an image’s size to either Cover, or Contain.

Cover: The image is resized to entirely cover the available space while preserving its aspect ratio. The image will be clipped if it doesn’t exactly match the aspect ratio of its container.

Contain: The image fills all available space while preserving its aspect ratio. It will appear letterboxed if its aspect ratio doesn’t match the container’s aspect ratio.

Choosing an Aligment

You can choose between:

In Presenter, images live in containers. A container can be the full slide, a column, or a cell in a grid. Keep in mind that vertical or horizontal alignment positions depend on the aspect ratio of the image and its container.

By default, an image will be foreground element. This means it will share space with other elements, such as titles. If you prefer, set your image as a background that sits beneath other elements.

Filter and Opacity

You can add lighten, darken, grayscale, sepia, and blur filters to your image, as well as change its opacity. These options are useful when you use an image as a background with other elements on top of it.

Filter options from the contextual menu

Once you’ve placed and adjusted your images, be sure to try out different presentation Layouts too.

Adding Captions

To display a caption, add it as an H4 heading by typing ##### before your caption text, along with the image.

The caption’s position depends on the order in which you place those elements. The caption’s size stays the same, no matter which order you choose.

Add the H4 heading first if you want it to introduce or briefly describe the image beneath it. Display the image first if you want it to be more prominent, while the caption beneath it provides secondary detail or context.

💡 Want smaller captions? Write your caption in straight quotes after the image/file, for example: /image.jpg "This is your caption". Doing so will add the captions/source quotes as a small semi-transparent box on the lower left of the image. Note that this type of caption is only available for images you add using Content Block syntax and non-background images.

Contact Us

If you are experiencing a problem that our support section doesn’t solve please reach out to us. We take a break on the weekends (JST), but during weekdays we aim to reply within 1-2 business days.

Visuals

Design

Select a theme and slightly tweak it from the Design Menu

Layouts

Add your text and images, and Presenter picks the right layout for you.

Images

Adding images to your presentations is as simple as a drag and drop.

Videos

How to add local videos and use the YouTube integrator tool.

Themes

Explore the variety of themes offered in the app and the design principles that shaped each of them.

Custom Themes

For those comfortable with coding, built a custom theme from scratch with HTML and CSS.