Adding Images
Pictures make your slides more interesting! Let's learn how to add them. ๐ธ
Method 1: Drag & Drop (Easiest!)โ
This is the simplest way to add images:
- Find an image on your computer
- Drag it from your folder
- Drop it into the editor (left panel)
- Done! The image appears automatically ๐
You can use: JPG, PNG, GIF, and WebP images
Method 2: Using an Image URLโ
If your image is already online, you can use its web address.
Basic Imageโ

Format Explained:โ
!- Tells Slidepicker "this is an image"[A beautiful sunset]- Description (alt text)(https://...)- Image web address (URL)
The description helps if the image doesn't load and makes your slides accessible!
Image Layoutsโ
Slidepicker offers three special layouts for images:
1. Full-Screen Background Imageโ
Make an image fill the entire slide as a background!
<!-- image-url: https://example.com/background.jpg; image-background -->
# Text on Top of Image
This text appears over the image
When to use:
- Hero slides
- Section dividers
- Impactful statements
Use dark images with white text, or light images with dark text for best readability!
2. Image on Left Sideโ
Split your slide: image on left, content on right.
<!-- image-url: https://example.com/product.jpg; image-left -->
## Our Product
* Feature 1
* Feature 2
* Feature 3
When to use:
- Product showcases
- Before/after comparisons
- Team member introductions
3. Image on Right Sideโ
Split your slide: content on left, image on right.
<!-- image-url: https://example.com/chart.jpg; image-right -->
## Sales Growth
We increased sales by:
* 50% in Q1
* 75% in Q2
* 100% in Q3
When to use:
- Data visualization
- Screenshots
- Diagrams
Image Tips & Best Practicesโ
โ Do'sโ
-
Use High-Quality Images
- Clear and crisp
- Appropriate size (not too small)
- Professional-looking
-
Optimize File Size
- Keep under 2MB per image
- Compress large images before uploading
- Faster loading = better experience
-
Choose Relevant Images
- Related to your content
- Adds value to your message
- Professional and appropriate
-
Credit Sources

*Photo by Artist Name*
โ Don'tsโ
-
Don't Use Too Many Images
- One strong image per slide is often enough
- Too many = distracting
-
Don't Use Low-Quality Images
- Blurry or pixelated = unprofessional
- Small images stretched = bad quality
-
Don't Forget Copyright
- Only use images you have rights to use
- Free stock photo sites: Unsplash, Pexels
Where to Find Free Imagesโ
Need images for your presentation? Try these sites:
- Unsplash - Beautiful free photos
- Pexels - High-quality stock photos
- Pixabay - Photos and illustrations
Always check the license! These sites offer free images, but may require attribution.
Complete Examplesโ
Example 1: Product Showcaseโ
<!-- image-url: https://example.com/laptop.jpg; image-left -->
# Introducing MacBook Pro
## Features:
* M3 Chip
* 18-hour battery
* Stunning Retina display
**Order now!**
Example 2: Team Introductionโ
---
<!-- image-url: https://example.com/team.jpg; image-right -->
## Meet Our Team
We're a passionate group of:
* Designers
* Developers
* Dreamers
*Together, we make magic happen!*
Example 3: Full Background Heroโ
<!-- image-url: https://example.com/mountains.jpg; image-background -->
<!-- white -->
# Adventure Awaits
*Your journey starts here*
Notice we used <!-- white --> to make text readable on the dark mountain image!
Troubleshootingโ
Image Not Showing?โ
Problem: Image appears as broken link icon
Solutions:
- Check if URL is correct
- Make sure image URL ends in
.jpg,.png,.gif, or.webp - Try opening URL in new browser tab - does it work?
- Some websites block image linking - try uploading to imgur.com
Image Too Big or Small?โ
Problem: Image doesn't fit well
Solutions:
- For background images: Use large images (1920x1080 or bigger)
- For side images: Use medium images (800px wide is good)
- Resize images before uploading using free tools like:
- Windows: Paint
- Mac: Preview
- Online: Squoosh.app
Image Loads Slowly?โ
Problem: Slides lag when loading
Solutions:
- Compress images before uploading
- Use TinyPNG to reduce file size
- Aim for under 500KB per image
Practice Exerciseโ
Create a slide about your favorite place:
<!-- image-url: [URL-TO-PLACE-PHOTO]; image-background -->
<!-- white -->
# My Favorite Place
*Where I feel most at home*
---
<!-- image-url: [URL-TO-ANOTHER-PHOTO]; image-left -->
## Why I Love It
* Beautiful scenery
* Peaceful atmosphere
* Great memories
*Visit someday!*