diff --git a/web/src/routes/features/+page.svelte b/web/src/routes/features/+page.svelte index a24a5cf..b29f542 100644 --- a/web/src/routes/features/+page.svelte +++ b/web/src/routes/features/+page.svelte @@ -40,8 +40,7 @@

Find new anime, watch trailers, bookmark and share with friends.

- hoverCard - + hoverCard
@@ -53,8 +52,7 @@

View airing schedules, upcoming releases and the expected release times.

- airingSchedule - + airingSchedule
@@ -66,8 +64,7 @@

Browse sequels, prequels and side stories. Track friends
and view recommendations.

- - viewAnime + viewAnime
@@ -89,8 +86,7 @@

Support for every video format and codec, without worrying
about support transcoding or hardware.

- search - + search
@@ -102,8 +98,7 @@

Change subtitles or disable them, even in Picture-in-Picture, with support for any subtitle format, external or embedded.

- search - + search
@@ -115,8 +110,7 @@

Watch anime together with your friends, regardless of where they are or what device they are using.

- search - + search
@@ -125,11 +119,10 @@

Painlessly simple

-

Simple easy to navigate UI, no comple configuration,
perfect video playback out of the box.

+

Simple easy to navigate UI, no complex configuration,
perfect video playback out of the box.

- search - + search
@@ -151,8 +144,7 @@

Finds and selects the best releases, for any source without
any configuration required.

- search - + search
@@ -175,10 +167,9 @@ Download locally

Save data locally to watch later, or load existing data and downloads from other apps.

-
+
- search - + search
@@ -207,6 +198,12 @@ object-fit: cover; object-position: top; } + .img-contain { + object-fit: contain; + } + .img-center { + object-position: center; + } .container-xl { padding-top: 10rem; } diff --git a/web/static/downloads.webp b/web/static/downloads.webp new file mode 100644 index 0000000..6aaf2d5 Binary files /dev/null and b/web/static/downloads.webp differ diff --git a/web/static/hovercard.png b/web/static/hovercard.png deleted file mode 100644 index 8865e27..0000000 Binary files a/web/static/hovercard.png and /dev/null differ diff --git a/web/static/hovercard.webp b/web/static/hovercard.webp new file mode 100644 index 0000000..f666834 Binary files /dev/null and b/web/static/hovercard.webp differ diff --git a/web/static/modal.webp b/web/static/modal.webp new file mode 100644 index 0000000..f327e05 Binary files /dev/null and b/web/static/modal.webp differ diff --git a/web/static/schedule.png b/web/static/schedule.png deleted file mode 100644 index 0bf538c..0000000 Binary files a/web/static/schedule.png and /dev/null differ diff --git a/web/static/schedule.webp b/web/static/schedule.webp new file mode 100644 index 0000000..981af83 Binary files /dev/null and b/web/static/schedule.webp differ diff --git a/web/static/simple.webp b/web/static/simple.webp new file mode 100644 index 0000000..1e23592 Binary files /dev/null and b/web/static/simple.webp differ diff --git a/web/static/subtitles.webp b/web/static/subtitles.webp new file mode 100644 index 0000000..b9c9b9a Binary files /dev/null and b/web/static/subtitles.webp differ diff --git a/web/static/videoplayer.webp b/web/static/videoplayer.webp new file mode 100644 index 0000000..55cfc14 Binary files /dev/null and b/web/static/videoplayer.webp differ diff --git a/web/static/viewanime.png b/web/static/viewanime.png deleted file mode 100644 index 0c96860..0000000 Binary files a/web/static/viewanime.png and /dev/null differ diff --git a/web/static/viewanime.webp b/web/static/viewanime.webp new file mode 100644 index 0000000..bc7cd4a Binary files /dev/null and b/web/static/viewanime.webp differ diff --git a/web/static/w2g.webp b/web/static/w2g.webp new file mode 100644 index 0000000..15dc13d Binary files /dev/null and b/web/static/w2g.webp differ