Merge pull request #41 from sergiobrr/master

Resizing Soundcloud iframe
This commit is contained in:
Juda Kaleta 2014-09-11 10:27:57 +02:00
commit 036836b565

View file

@ -355,4 +355,4 @@ class SoundCloudBackend(VideoBackend):
def get_embed_code(self, width, height):
return super(SoundCloudBackend, self). \
get_embed_code(width=width, height=self.height)
get_embed_code(width=width, height=height)