From f5d0427fba77430bea821c2089328c7ddfab622c Mon Sep 17 00:00:00 2001 From: sergiobrr Date: Thu, 28 Aug 2014 02:16:05 +0200 Subject: [PATCH] Can't resize Soundcloud iframe --- embed_video/backends.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed_video/backends.py b/embed_video/backends.py index 91a7646..827d55e 100644 --- a/embed_video/backends.py +++ b/embed_video/backends.py @@ -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)