Hi,
I want to embed the following HTML into a popup window, but I am unable to watch it fullscreen:
<iframe width=
"560"
height=
"315"
src=
"https://www.youtube.com/embed/sNIMCdVOHOM"
frameborder=
"0"
allowfullscreen></iframe>
This is due to internally telerik generates a window by using an iframe to load the content into, this iframe is missing the "allowfullscreen" attribute therefore the browser does not allow full screen.
How can I add an attribute to the iframe internally generated by telerik?
Chris