Hi,
i´m using the iFrame module to display a live news video feed:
{
module: 'iFrame',
position: 'top_right', // This can be any of the regions.
config: {
url: "http://de.euronews.com/live",
width: "800px", // Optional. Default: 100% or Example "200px"
height: "600px", //Optional. Default: 100px or Example "300px"
}
},
Does anynody know how I can just display the video without that other website stuff?
F.