diff --git a/src/aind_qc_portal/panel/media.py b/src/aind_qc_portal/panel/media.py index 3216cbd..e1b6688 100644 --- a/src/aind_qc_portal/panel/media.py +++ b/src/aind_qc_portal/panel/media.py @@ -225,7 +225,7 @@ def _parse_type(reference, data): elif "neuroglancer" in reference: iframe_html = f'' return pn.pane.HTML( - iframe_html, sizing_mode="stretch_both", height=1000 + iframe_html, sizing_mode="stretch_both" ) elif "http" in reference: return pn.widgets.StaticText(