Initial scalable size support

This commit is contained in:
Josh birnholz
2023-07-31 01:26:46 -04:00
parent 065ee26db1
commit 15272e64e2
3 changed files with 35 additions and 4 deletions

View File

@@ -695,7 +695,12 @@
<h3 class='download padding' onclick='downloadCard();'>Download your card</h3>
<h5 onclick='downloadCard(false, true);' id='downloadJpg' href='' target='_blank' class='padding download input-description' style='text-align: left;'>Click here to download as JPEG</h5>
<h5 onclick='downloadCard(true);' id='downloadAlt' href='' target='_blank' class='padding download input-description' style='text-align: left;'>Click here for an alternative download</h5>
<!-- <label class='checkbox-container input margin-bottom'>800 DPI
<input id='high-res' type='checkbox' onchange='toggleHighRes();'>
<span class='checkmark'></span>
</label> -->
</div>
</div>
</div>
<!--