diff options
| author | Fuwn <[email protected]> | 2023-12-09 23:20:57 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-09 23:20:57 -0800 |
| commit | 5a6e1ee96691fcb6bbf46eb0d62af9d559cee4b3 (patch) | |
| tree | 477ec5bb79d0dfe9cc3546411ce153208b74e9f5 /src | |
| parent | ci(earthly): add git push after all pushes (diff) | |
| download | due.moe-5a6e1ee96691fcb6bbf46eb0d62af9d559cee4b3.tar.xz due.moe-5a6e1ee96691fcb6bbf46eb0d62af9d559cee4b3.zip | |
fix(page): autoplay for ios
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/+page.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index f7312138..c95e1fcc 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -124,7 +124,7 @@ {#if $settings.disableUpcomingAnime && $settings.disableAnime && $settings.disableManga} <div style="width: 82.5vw; height: 92.5vh; float: none; clear: both; margin: auto auto;"> <embed - src="https://www.youtube.com/embed/rkmYIGFWNz8?autohide=1&autoplay=1" + src="https://www.youtube.com/embed/rkmYIGFWNz8?autohide=1" type="video/mp4" width="100%" height="100%" |