mirror of
https://github.com/vibegif/vibegif.lol.git
synced 2026-04-07 02:12:12 +00:00
Feat: Add max size input for tiny gifs
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="grid grid-cols-2 gap-4">
|
||||
<div class="flex flex-col gap-2">
|
||||
<label class="text-xs text-neutral-400 uppercase tracking-wider">aspect ratio</label>
|
||||
<select id="sel-ratio" class="border border-neutral-300 rounded-lg px-3 py-2 bg-white focus:outline-none focus:ring-2 focus:ring-neutral-400">
|
||||
@@ -70,6 +71,11 @@
|
||||
<option value="3:2">3:2</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="flex flex-col gap-2">
|
||||
<label class="text-xs text-neutral-400 uppercase tracking-wider">max size (px)</label>
|
||||
<input id="inp-max-size" type="number" value="256" min="32" max="1024" class="border border-neutral-300 rounded-lg px-3 py-2 focus:outline-none focus:ring-2 focus:ring-neutral-400">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button id="btn-generate" class="bg-neutral-800 text-white rounded-lg px-6 py-3 hover:bg-neutral-700 transition flex items-center justify-center gap-2 text-lg">
|
||||
<i data-lucide="sparkles" class="w-5 h-5"></i>
|
||||
|
||||
Reference in New Issue
Block a user