worldcompany / djangoembed

rich media consuming and providing with django
http://djangoembed.readthedocs.org
MIT License
138 stars 38 forks source link

VideoProvider was calling self.width and self.height #32

Open anthonycintron opened 12 years ago

anthonycintron commented 12 years ago

...lows us to use width/height in html() when call render_html. It also adheres to the VideoProvider example, which was broken prior to this fix.