Skip to content

Commit

Permalink
fix: disable autoplay (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvtimofeev authored Dec 9, 2024
1 parent a576b05 commit 0db579b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/landing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const getLanding = (t: TFunction): CustomPageContent => ({
type: CustomBlock.Iframe,
width: 560,
height: 315,
src: 'https://runtime.strm.yandex.ru/player/episode/vpleycdol66bubppvqg7?autoplay=1&mute=1',
src: 'https://runtime.strm.yandex.ru/player/episode/vpleycdol66bubppvqg7?autoplay=0&mute=1',
allow: 'autoplay; fullscreen; accelerometer; gyroscope; picture-in-picture; encrypted-media',
},
{
Expand Down

0 comments on commit 0db579b

Please sign in to comment.