Embedded videos in content experience widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 07:37 AM
Hi im trying to put videos on our content experience widget carousel. im using in my example below a SNOW video for demonstration.
After reading many articles it appears I should create a portal / styled content and select video as my "content style" Then when adding the link to the video i create it with type "video" and I have to use the embed URL such as https://www.youtube.com/embed/RSxi23st6nM
This works and it appears on my carousel but does not fill up the space of the carousel - it looks like the below
am I doing this correctly? Or should the code in the URL piece be more like this? <iframe width="560" height="315" src="https://www.youtube.com/embed/RSxi23st6nM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
this was the standard embed code from youtube but when I use this in the URL it says link not found? Im not sure if there is another way of doing this?
thanks