diff --git a/svelte/src/file_viewer/viewers/Video.svelte b/svelte/src/file_viewer/viewers/Video.svelte index fbda3c8..5205cef 100644 --- a/svelte/src/file_viewer/viewers/Video.svelte +++ b/svelte/src/file_viewer/viewers/Video.svelte @@ -106,7 +106,6 @@ const fullscreen = () => { bind:this={player} controls playsinline - autoplay loop={loop} class="video" on:pause={() => playing = false } diff --git a/svelte/src/user_home/MollieDeposit.svelte b/svelte/src/user_home/MollieDeposit.svelte index 7b94e66..9c07593 100644 --- a/svelte/src/user_home/MollieDeposit.svelte +++ b/svelte/src/user_home/MollieDeposit.svelte @@ -83,7 +83,9 @@ const checkout = async () => { {#if country === null} -
Please pick your country of residence
+
+ Please pick your country of residence +
{#each countries as c}
- We support the following payment processors
- iDEAL - Klarna - Bancontact - SEPA - SOFORT - KBC/CBC - Belfius - Giropay - EPS - Przelewy24 + We support the following payment processors +
+
+
+ PayPal + PayPal +
+
+ iDEAL + iDEAL +
+
+ Klarna + Klarna +
+
+ Bancontact + Bancontact +
+
+ SEPA + SEPA +
+
+ SOFORT + SOFORT +
+
+ KBC/CBC + KBC/CBC +
+
+ Belfius + Belfius +
+
+ Giropay + Giropay +
+
+ EPS + EPS +
+
+ Przelewy24 + Przelewy24 +
{:else} @@ -132,8 +170,12 @@ const checkout = async () => {
Please choose an amount
{#each amounts as a} - {/each} @@ -157,15 +199,24 @@ const checkout = async () => {