diff --git a/docs/examples/event-handling.md b/docs/examples/event-handling.md
index 48fee48..0b6b99b 100644
--- a/docs/examples/event-handling.md
+++ b/docs/examples/event-handling.md
@@ -6,6 +6,7 @@ sidebar_label: Events Handling
import {customFields} from '/docusaurus.config.js';
import useBaseUrl from '@docusaurus/useBaseUrl';
+import cardImage from '@site/static/img/demo/card.png'
:::note
This section requires basic knowledge of web development
@@ -14,6 +15,10 @@ This section requires basic knowledge of web development
## Try it out
To try this example, you need to run on desktop browser and open the development console to see the logs. Live Demo
+You can use the following target image for testing:
+
+
+
We will go through the available events one by one in the following sub-sections.
### Complete Source
diff --git a/docs/examples/interactive.md b/docs/examples/interactive.md
index c2f9e42..646623e 100644
--- a/docs/examples/interactive.md
+++ b/docs/examples/interactive.md
@@ -5,11 +5,16 @@ sidebar_label: Interactive
---
import useBaseUrl from '@docusaurus/useBaseUrl';
+import cardImage from '@site/static/img/demo/card.png'
This is a comprehensive example that showcase what can be done by utilizing all the available features provided in MindAR. There is nothing new, so we will not go into the details. You can checkout the Demo and view the complete source for references.
Live Demo
+You can use the following target image for testing:
+
+
+
