fix: transparency in file uploading

This commit is contained in:
not-nullptr 2025-04-12 22:28:31 +01:00
parent d96cfbd306
commit 018f67811c
2 changed files with 6 additions and 5 deletions

View File

@ -90,7 +90,7 @@
/> />
<meta <meta
name="description" name="description"
content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing is done on your device." content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing (other than video) is done on your device."
/> />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta <meta
@ -99,7 +99,7 @@
/> />
<meta <meta
property="og:description" property="og:description"
content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing is done on your device." content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing (other than video) is done on your device."
/> />
<meta property="og:image" content={featuredImage} /> <meta property="og:image" content={featuredImage} />
<meta property="twitter:card" content="summary_large_image" /> <meta property="twitter:card" content="summary_large_image" />
@ -109,7 +109,7 @@
/> />
<meta <meta
property="twitter:description" property="twitter:description"
content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing is done on your device." content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing (other than video) is done on your device."
/> />
<meta property="twitter:image" content={featuredImage} /> <meta property="twitter:image" content={featuredImage} />
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="/manifest.json" />

View File

@ -42,8 +42,9 @@
<p <p
class="font-normal px-5 md:p-0 text-lg md:text-xl text-black text-muted dynadark:text-muted" class="font-normal px-5 md:p-0 text-lg md:text-xl text-black text-muted dynadark:text-muted"
> >
All processing is done on your device. No file size limit, All image and audio processing is done on your device.
no ads, and completely open source. Videos are converted on our lightning-fast servers. No file
size limit, no ads, and completely open source.
</p> </p>
</div> </div>
<div class="flex-grow w-full h-72"> <div class="flex-grow w-full h-72">