Comments 2Cristian Butnaru started the conversationOctober 31, 2016 at 9:32pmHello, I want to insert a youtube video with the embed code. When I use the videoplayer from js composer, the video embed code is this:<iframe width="560" height="315" src="link" frameborder="0" allowfullscreen></iframe> and the one I want to use is this: <iframe width="560" height="315" src="link?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe> so, how I can add this code: "?rel=0&showinfo=0" to the embed code? 2Cristian Butnaru repliedOctober 31, 2016 at 9:44pmSo what I need is the youtube video dind't show the title and the relationed videos at the end. And I want to use that option video player of js composer, becuase if I use and the code option, it wil not resize on other devices. 850Jelly repliedNovember 1, 2016 at 9:43amHi,Please use raw html if you want using embed code.You can read more information here:https://wpbakery.atlassian.net/wiki/display/VC/Content+Elements#ContentElements-RawHTMLBest Regards,Jelly Team Sign in to reply ...
Hello, I want to insert a youtube video with the embed code. When I use the videoplayer from js composer, the video embed code is this:
<iframe width="560" height="315" src="link" frameborder="0" allowfullscreen></iframe>
and the one I want to use is this:
<iframe width="560" height="315" src="link?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
so, how I can add this code: "?rel=0&showinfo=0" to the embed code?
So what I need is the youtube video dind't show the title and the relationed videos at the end. And I want to use that option video player of js composer, becuase if I use and the code option, it wil not resize on other devices.
Hi,
Please use raw html if you want using embed code.
You can read more information here:
https://wpbakery.atlassian.net/wiki/display/VC/Content+Elements#ContentElements-RawHTML
Best Regards,
Jelly Team