Add JPEG download option

This commit is contained in:
Josh birnholz
2023-04-03 20:08:50 -04:00
parent 6ade07b4bb
commit 96b6495710
2 changed files with 11 additions and 3 deletions

View File

@@ -671,6 +671,7 @@
</div>
<div class='readable-background padding'>
<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>
</div>
</div>