summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/invidious/comments.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr
index cef09ff5..b72f8ec7 100644
--- a/src/invidious/comments.cr
+++ b/src/invidious/comments.cr
@@ -339,7 +339,7 @@ def template_youtube_comments(comments, locale, thin_mode)
END_HTML
else
html << <<-END_HTML
- <iframe id='ivplayer' type='text/html' style='position:absolute;width:100%;height:100%;left:0;top:0' src='/embed/#{attachment["videoId"]?}' frameborder='0'></iframe>
+ <iframe id='ivplayer' type='text/html' style='position:absolute;width:100%;height:100%;left:0;top:0' src='/embed/#{attachment["videoId"]?}?autoplay=0' frameborder='0'></iframe>
END_HTML
end
t'> 2019-04-14Use headset icon for audio modeOmar Roth 2019-04-14Support 'sort_by' in reddit /api/v1/commentsOmar Roth 2019-04-14Add view count to video itemsOmar Roth 2019-04-14Show subscribe text when not logged inOmar Roth 2019-04-14Fix grid size for smaller devicesOmar Roth