diff --git a/README.md b/README.md
index 6fbbe8c..a5dda35 100644
--- a/README.md
+++ b/README.md
@@ -58,22 +58,30 @@ function App() {
## Advanced Usage
-The demos illustrate how the component can be initialised with more props - along with images and videos inside the child divs - for a richer user experience. Demo 3 also uses a custom video component with preview images, which optimises load and plays only when the current item is active/selected.
+The demos illustrate how the component can be initialised with more props - along with images and videos inside the child divs - for a richer user experience. Demo 3 goes even further and uses a custom video component with preview images, optimised to only play video when the current item is active:
```jsx
<>
-
+
diff --git a/package.json b/package.json
index 027ddb4..4889c90 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"author": "Lewis Hunt",
"description": "A React UI component that lets you scroll, swipe & zoom through HTML elements on the 3D z-axis",
"private": false,
- "version": "1.1.7",
+ "version": "1.1.8",
"type": "module",
"homepage": "https://lewhunt.github.io/divz",
"repository": "https://github.com/lewhunt/divz.git",
diff --git a/src/App.tsx b/src/App.tsx
index f43d47a..a8f4b95 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -17,7 +17,7 @@ function App() {
};
return (
-