Skip to content

Commit 9325c5d

Browse files
authored
Merge pull request #135 from smnhck/develop
Use YouTube for video hosting
2 parents cedd933 + 06a7566 commit 9325c5d

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

docs/_posts/2026-05-04-marketplace-app-preview-scheduled-content.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,16 @@ The panel includes:
4040
- A tab, where you can directly change the publishing restrictions of content items related to the page
4141
- A tab with technical details, which gives you detailed feedback on which versions are currently visible in the preview frame
4242

43-
<video controls width="100%">
44-
<source src="/docs/files/2026/05/05/how-to-use-preview-app.mp4" type="video/mp4">
45-
Your browser does not support the video tag.
46-
</video>
47-
<figcaption>This video shows the capabilities of the Preview Marketplace App in action.</figcaption>
48-
43+
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
44+
<iframe
45+
src="https://www.youtube.com/embed/o-xH6IpOr7Q"
46+
frameborder="0"
47+
allowfullscreen
48+
style="position: absolute; top:0; left:0; width:100%; height:100%;">
49+
</iframe>
50+
</div>
4951

52+
<figcaption>This video shows the capabilities of the Preview Marketplace App in action.</figcaption>
5053

5154
## How to configure the app
5255

0 commit comments

Comments
 (0)