mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Merge pull request #41 from sergiobrr/master
Resizing Soundcloud iframe
This commit is contained in:
commit
036836b565
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue