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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user