mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
-> font-bold
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</head>
|
||||
|
||||
<body class="flex flex-col items-center py-10 bg-zinc-50 text-zinc-800 dark:bg-zinc-900 dark:text-zinc-200 px-2 h-svh">
|
||||
<h1 class="text-3xl font-medium text-purple-800 dark:text-purple-200">Media player example</h1>
|
||||
<h1 class="text-3xl font-bold text-purple-800 dark:text-purple-200">Media player example</h1>
|
||||
<p>Select or drop a media file, and a fully custom, Mediakit-powered player will appear.</p>
|
||||
|
||||
<div class="flex gap-2 mt-4">
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</head>
|
||||
|
||||
<body class="flex flex-col items-center py-10 bg-zinc-50 text-zinc-800 dark:bg-zinc-900 dark:text-zinc-200 px-2">
|
||||
<h1 class="text-3xl font-medium text-blue-800 dark:text-blue-200">Metadata extraction example</h1>
|
||||
<h1 class="text-3xl font-bold text-blue-800 dark:text-blue-200">Metadata extraction example</h1>
|
||||
<p>Select or drop a media file, and Mediakit will start extracting various metadata about that file.</p>
|
||||
|
||||
<div class="flex gap-2 mt-4">
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</head>
|
||||
|
||||
<body class="flex flex-col items-center py-10 bg-gray-50 text-gray-800 dark:bg-zinc-900 dark:text-zinc-200 px-2">
|
||||
<h1 class="text-3xl font-medium text-emerald-800 dark:text-emerald-200">Thumbnail generation example</h1>
|
||||
<h1 class="text-3xl font-bold text-emerald-800 dark:text-emerald-200">Thumbnail generation example</h1>
|
||||
<p>Select or drop a media file, and Mediakit will extract video thumbnails for it.</p>
|
||||
|
||||
<div class="flex gap-2 mt-4">
|
||||
|
||||
Reference in New Issue
Block a user