learn-javascript icon indicating copy to clipboard operation
learn-javascript copied to clipboard

Translation needed for existing languages

Open github-actions[bot] opened this issue 3 months ago • 0 comments

@sumn2u has made changes on the original english version of the book (PR #336)

Visual Diff of Changes:

diff --git a/en/beginner-projects/video-trailer-popup.md b/en/beginner-projects/video-trailer-popup.md
index 37ef0bc..7e22943 100644
--- a/en/beginner-projects/video-trailer-popup.md
+++ b/en/beginner-projects/video-trailer-popup.md
@@ -21,3 +21,12 @@ Create a popup modal that plays a video trailer when triggered. Perfect for movi
 Add autoplay and pause video when popup is closed.
 
 
+## Live Demo
+<div align="center">
+  <iframe src="https://codesandbox.io/embed/zsvp9c?view=preview"
+     style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;"
+     title="video popup"
+     allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
+     sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
+   ></iframe>
+</div>

github-actions[bot] avatar Oct 05 '25 23:10 github-actions[bot]