Add an opt-in to skip Instagram's exact resolution requirement

Some users want the assembled HDR JPEG for somewhere other than
Instagram, where the exact 1080x1080/1080x1350/1080x566 match isn't
relevant. A checkbox on the form now lets the whole batch skip that
specific check. The SDR/HDR dimension-match check still always
applies, since that's a technical requirement for the gain map to
align, not an Instagram-specific rule.
This commit is contained in:
Djeex
2026-08-01 13:48:08 +02:00
parent c93344739a
commit fefcef4021
4 changed files with 40 additions and 11 deletions
+12
View File
@@ -118,6 +118,18 @@ form { display: block; }
.add-duo:hover { color: var(--text); border-color: var(--accent-dim); }
.checkbox-row {
display: flex;
align-items: center;
gap: 0.5rem;
margin: 1rem 0;
font-size: 0.85rem;
color: var(--text-muted);
cursor: pointer;
}
.checkbox-row input { cursor: pointer; }
.dropzones {
display: grid;
grid-template-columns: 1fr 1fr;