BBC Iframe Update

During writing the previous article, I was playing around with styling for the width and height of the <iframe></iframe> of the BBC video.

There are two possibilities.

BBC's embedding <iframe></iframe>:

<iframe width="400" height="500" frameborder="0" src="http://www.bbc.co.uk/news/technology-35731734/embed"></iframe>

MaX Saxe Design Blog embedding <iframe></iframe>:

<iframe style="width:100%; height:628px;" frameborder="0" src="http://www.bbc.co.uk/news/technology-35731734/embed"></iframe>

The content within the <iframe></iframe> is owned by the original creator, unless stated otherwise.