You have set a bad value for the `allowfullscreen` attribute on an iframe element.

# How do I fix this ?

The correct way to use `allowfullscreen`:

```html
<iframe width="560" height="315" src="linktovideo" allowfullscreen></iframe>
```


# Resources

* [MDN iframe](https://developer.mozilla.org/en/docs/Web/HTML/Element/iframe)
* [allowfullscreen](http://www.allowfullscreen.com/iframe)
