diff options
Diffstat (limited to 'cnn_v3/tools/index.html')
| -rw-r--r-- | cnn_v3/tools/index.html | 2 |
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> |
