Skip to content

Commit

Permalink
Merge pull request #41 from sergiobrr/master
Browse files Browse the repository at this point in the history
Resizing Soundcloud iframe
  • Loading branch information
yetty committed Sep 11, 2014
2 parents c0b3cd1 + f5d0427 commit 036836b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed_video/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,4 @@ def get_code(self):

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)

0 comments on commit 036836b

Please sign in to comment.