This commit is contained in:
Ross
2025-06-30 09:46:48 +01:00
parent 2f8601aa1a
commit afa3b0c0ef
3 changed files with 151 additions and 151 deletions
@@ -6,7 +6,7 @@
<h2>Setup default display for case</h2>
<div id="root" class="dicom-viewer-root" data-images="{{case_detail.case.get_series_images_nested}}"
style="box-sizing: border-box; background: #222; width: 100vw; height: 800px;"
style="box-sizing: border-box; background: #222; width: 100vw; height: 800px; max-width: 1600px;"
data-auto-cache-stack="true"
{% if case_detail.default_viewerstate %}
data-viewerstate={{ case_detail.default_viewerstate }}
+1 -1
View File
@@ -45,7 +45,7 @@ Associated case:
<div id="root" class="dicom-viewer-root" data-images="{{ image_url_array_and_count.0 }}"
style="max-width: 1000px; height: 600px; box-sizing: border-box; background: #222;"
data-auto-cache-stack=true
data-auto-cache-stack=false
></div>
+149 -149
View File
File diff suppressed because one or more lines are too long