modified: .gitignore

modified:   QUICKSTART.md
	modified:   app.py
	new file:   output/.gitkeep
	modified:   static/css/style.css
	modified:   static/js/images-to-pdf.js
	modified:   templates/images_to_pdf.html
	new file:   uploads/.gitkeep
This commit is contained in:
SimolZimol
2025-10-12 22:39:04 +02:00
parent 97fd0762d7
commit a01a5c1274
8 changed files with 313 additions and 28 deletions

View File

@@ -131,6 +131,15 @@
Seitenverhältnis beibehalten
</label>
</div>
<div class="mb-3">
<label class="form-label">Bildvorschau-Größe:</label>
<select id="preview-size" class="form-select" onchange="updatePreviewSize()">
<option value="small">Klein (80px)</option>
<option value="medium" selected>Mittel (120px)</option>
<option value="large">Groß (160px)</option>
</select>
</div>
</div>
</div>