Comment out iframe for viewer to improve layout and prevent unnecessary loading

This commit is contained in:
Ross
2025-10-05 22:04:27 +01:00
parent bb20f7d20d
commit 63f399d2c1
+1 -1
View File
@@ -119,7 +119,7 @@
</div>
</div>
<iframe id="viewer" style="width: 100%; height: 500px; border: none"></iframe>
{% comment %} <iframe id="viewer" style="width: 100%; height: 500px; border: none"></iframe> {% endcomment %}
</div>
</div>
{% endblock %}