Added rudimentary image-support via imgur

This commit is contained in:
Mawoka
2022-03-29 21:46:37 +02:00
parent 19c44d6765
commit 0d011bdb26
8 changed files with 61 additions and 5 deletions
+3
View File
@@ -48,6 +48,9 @@
</h1>
<span class="text-center py-2 text-lg">{timer_res}</span>
</div>
<div>
<img src='{question.image}' class="w-full h-full object-cover" alt='Question image'>
</div>
{#if timer_res !== '0'}
<div class="flex flex-wrap">
{#each question.answers as answer}