diff --git a/pandora/item/views.py b/pandora/item/views.py
index 07add602..b3bd8878 100644
--- a/pandora/item/views.py
+++ b/pandora/item/views.py
@@ -994,7 +994,7 @@ def oembed(request):
height = maxheight
if maxwidth > width or width > maxwidth:
width = maxwidth
- oembed['html'] = '' % (height, width, embed_url)
+ oembed['html'] = '' % (width, height, embed_url)
oembed['width'] = width
oembed['height'] = height
thumbheight = 96