From d3037dc7281958120db48f8dc3d23963e0d3e838 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Thu, 18 Apr 2024 10:12:24 +0200 Subject: [PATCH] Add playsinline attribute to video (#185) This is meant to enhance the support of Safari browser, where when the video starts in fullscreen there are rendering issues on some Safari / OS versions. This is clearly a workaround but it does not hurt at all. --- src/ted2zim/templates/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ted2zim/templates/article.html b/src/ted2zim/templates/article.html index 9f058e0..fef6827 100644 --- a/src/ted2zim/templates/article.html +++ b/src/ted2zim/templates/article.html @@ -28,7 +28,7 @@ {% endfor %}