jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
382 stars 135 forks source link

Hability to overwrite embed code on the backends #8

Closed nossila closed 10 years ago

nossila commented 10 years ago

Embed code should be based on the backend since not every video provider uses an iframe code to embed it's videos.

This also removes SoundCloudBackend hack to change the embed code's height.

yetty commented 10 years ago

Thanks, it's much better solution.