diff --git a/RIGS/rigboard.py b/RIGS/rigboard.py index f85c72fea..81cf564e6 100644 --- a/RIGS/rigboard.py +++ b/RIGS/rigboard.py @@ -61,6 +61,7 @@ def get(self, request, pk=None): 'html': ''.format(full_url), 'version': '1.0', 'type': 'rich', + 'height': '250' } json = simplejson.JSONEncoderForHTML().encode(data)