summaryrefslogtreecommitdiff
path: root/cnn_v3/tools/index.html
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-03-22 16:36:28 +0100
committerskal <pascal.massimino@gmail.com>2026-03-22 16:36:28 +0100
commit7249a40c54e9ce3fc144a37f7c1ff8c082e62191 (patch)
tree675505c815a986b40ceadd0770dd369cf4f8fd8a /cnn_v3/tools/index.html
parent856bcae814a69611d8619cc2f9944a0c476141fd (diff)
fix(cnn_v3/tools): zoom channel via WebGPU re-render + fill panel width
Diffstat (limited to 'cnn_v3/tools/index.html')
-rw-r--r--cnn_v3/tools/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnn_v3/tools/index.html b/cnn_v3/tools/index.html
index ad736d9..f22084d 100644
--- a/cnn_v3/tools/index.html
+++ b/cnn_v3/tools/index.html
@@ -147,7 +147,7 @@ video{display:none}
</div>
<div id="chzoomWrap" style="display:none;flex-direction:column;align-items:center;gap:3px;padding:6px;border-top:1px solid #333;background:#1a1a1a">
<span id="chzoomLbl" style="font-size:9px;color:#666"></span>
- <canvas id="chzoom" style="max-width:100%;image-rendering:pixelated"></canvas>
+ <canvas id="chzoom" style="image-rendering:pixelated;display:block"></canvas>
</div>
</div>
</div>