diff --git a/RIGS/rigboard.py b/RIGS/rigboard.py index 82bb29dc..b697ad85 100644 --- a/RIGS/rigboard.py +++ b/RIGS/rigboard.py @@ -66,10 +66,10 @@ class EventOembed(generic.View): full_url = "{0}://{1}{2}".format(request.scheme, request.META['HTTP_HOST'], embed_url) data = { - 'html': ''.format(full_url), + 'html': ''.format(full_url), 'version': '1.0', 'type': 'rich', - 'height': '250' + 'height': '350' } json = simplejson.JSONEncoderForHTML().encode(data)