Insert personalized images in your generated Google Slides
Using images in your merged Google Slides leads to better retention and engagement with your audience. To achieve our goal, we're going to use Google Sheets' built-in function called image().
In this article
Set up Images
Info: Supported image formats are PNG, GIF, and JPEG. Images may be stored in Google Drive or externally (personal blogs, forums, commercial photo sites, ...).
📌 Make sure that the image URL includes the file extension of the image (e.g., "http://www.myPhotos.com/coffeecup.png").
ImageURL
- URL where your images are uploaded or stored (column D).
Images
- This contains the image() function that will reference your image’s URL column (column E).
2. Click cell E2 then type in =IMAGE(D2). Where D2 is the cell of your image’s URL.
3. Copy the image() formula to the relevant rows.
4. Insert the {{image}} merge tag in your Google Slides ({{Images}} - column E in our example.
Tip: The only placeholder that will work with {{image merge tags}} in Google Slides is the textbox.
Note: When using an {{image merge tag}}, make sure that only the header label of the image is written inside the textbox. Otherwise, the image won’t display at all (just its URL).
Remember: On Adjusting the size of your image in Google Slides.
2. Adjust your {{image merge tag’s}} textbox size as desired (under the Size & Rotation panel).
3. Then check Lock aspect ratio.
4. Finally, click the Text fitting panel > select Do not autofit to keep your textboxes font size small and avoid spanning all over your slides.
Use the Concatenate() function to automate your link generation.
Info: Having a hard time getting your Google Drive image URLs?
=https://drive.google.com/uc?id=1abcWdefgFhiVYgWi5GUjklmn7kXeI-YZ
You will immediately know that the URL you entered is correct when you see an in-cell image (astronaut) generated by Google Sheets (cell E2).
Set up QR Codes
ImageURL
- URL where your images are uploaded or stored (column D).
- Images - This contains the image() function that will reference your image’s URL column (column E).
2. Click cell E2 then enter:
=https://chart.googleapis.com/chart?chs=200x200&cht=qr&chl=FirstName%20LastName%20kris@gmail.com
Where:
3. Repeat steps 1 & 2 to the relevant cells under Column E.
💡 Use the Concatenate() function to automate your image-link generation.
Info: {{Image}} merge tags can be placed anywhere in your slide. Just remember that since QR codes are generated as images, they will have Google Slides’ default padding, wrapping, and position. Adjust these properties as needed.
Note: Using an ArrayFormula() to generate the images for all rows is currently not supported.