Hello, I’m trying to add a gallery of vertical videos to my site - ideally directly from Youtube shorts. But Wix does not recognise links from Youtube Shorts. Any workaround or help here?
If you change the shorts part of the path to embed
You will be able to load the video into a video player. But it will not be vertical.
To get Vertical.
Use an HtmlComponent with the following iframe. replace the YouTube url with yours.
Including the above shorts to embed change.
<iframe width="315" height="560"
src="https://www.youtube.com/embed/430BnEjOic0"
title="YouTube video player"></iframe>
The key to the iframe is setting the width and height for vertical .