# Importing images and galleries

You can import product images in two ways:

1. **External URLs**\
   Reference images hosted elsewhere via their URLs.
2. **Local WordPress Library**\
   Download and store images in your WP Media Library.

<figure><img src="https://2204606725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJHhS3qgDA1lCM6b1Nw%2Fuploads%2FlTjN3XS2ZfCroI6NuiDC%2Fimage.png?alt=media&#x26;token=25717ff0-03b0-4763-a404-0391ac3cf58d" alt=""><figcaption></figcaption></figure>

#### Local Storage & Background Processing

* When you choose to **save images locally**, only the **main product image** appears immediately.
* **Gallery images** are fetched and saved in the background via a cron job.
* Admins will see a notification on the frontend if a product still has images queued for processing.
* The plugin processes **\~20 products every 5 minutes**.\
  → Make sure your cron system is running correctly if gallery images remain unprocessed for an extended period.

<figure><img src="https://2204606725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJHhS3qgDA1lCM6b1Nw%2Fuploads%2FP5XjPjUJuYjSizO3ZP99%2Fimage.png?alt=media&#x26;token=53a5a025-7262-4051-a569-bb3949ee9705" alt=""><figcaption></figcaption></figure>

#### External Gallery Limits

* External galleries support up to **9 additional** images per product.

**Troubleshooting**

* **Cron not running?**\
  Verify your server’s cron or WP-Cron setup.
* **Gallery images not extracted**\
  Not all shops provide product microdata for galleries. In this case, a custom parser will be required to scrape gallery images.

<figure><img src="https://2204606725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJHhS3qgDA1lCM6b1Nw%2Fuploads%2FRwFjbTWndPwttO9Vw0JP%2Fimage.png?alt=media&#x26;token=cf3bf66c-4850-4831-b6d4-7c7b4fbf0b4b" alt=""><figcaption></figcaption></figure>
