fix scale
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m13s

This commit is contained in:
2026-02-09 21:29:42 -05:00
parent cae62e0697
commit 5d221bb51c

View File

@@ -596,7 +596,7 @@
<span>Quality: <span class="scale-value" id="quality-value-display">High</span></span> <span>Quality: <span class="scale-value" id="quality-value-display">High</span></span>
<span style="color: #6c757d;">CRF: <strong id="crf-value-display">23</strong></span> <span style="color: #6c757d;">CRF: <strong id="crf-value-display">23</strong></span>
</div> </div>
<input type="range" class="scale-slider" id="quality-slider" min="18" max="32" value="23" step="1"> <input type="range" class="scale-slider" id="quality-slider" min="16" max="50" value="23" step="1">
<div class="resolution-preview"> <div class="resolution-preview">
<p style="margin: 0;">💡 <strong>Lower CRF</strong> = Better quality, larger file. <strong>Higher CRF</strong> = More compressed, smaller file.</p> <p style="margin: 0;">💡 <strong>Lower CRF</strong> = Better quality, larger file. <strong>Higher CRF</strong> = More compressed, smaller file.</p>
</div> </div>