mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01:00
Update watermark default settings in UI: set default count to 30 and enable random positioning by default
This commit is contained in:
parent
ade007433a
commit
d0b8673238
@ -137,14 +137,14 @@
|
||||
<!-- Watermark Count -->
|
||||
<div class="mb-3">
|
||||
<label for="count">Number of Watermarks</label>
|
||||
<input type="number" id="count" name="count" class="form-control" value="1" min="1" max="1000">
|
||||
<input type="number" id="count" name="count" class="form-control" value="30" min="1" max="1000">
|
||||
<small class="form-text text-muted">Number of watermark instances per page (1-1000)</small>
|
||||
</div>
|
||||
|
||||
<!-- Positioning Mode -->
|
||||
<div class="mb-3">
|
||||
<div class="form-check">
|
||||
<input type="checkbox" id="randomPosition" name="randomPosition">
|
||||
<input type="checkbox" id="randomPosition" name="randomPosition" checked>
|
||||
<label for="randomPosition">Random Positioning</label>
|
||||
</div>
|
||||
<small class="form-text text-muted">Enable random placement instead of grid layout</small>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user