gnucash-htdocs beta: new_features-4.0: Fix video replay on Linux.

John Ralls jralls at code.gnucash.org
Fri Jun 26 17:00:59 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/2c0f81df (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/bcf3fbe2 (commit)



commit 2c0f81df3eadf1e95db9337c503b627808167897
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 26 14:00:44 2020 -0700

    new_features-4.0: Fix video replay on Linux.

diff --git a/images/4.0-release/select_account.mp4 b/images/4.0-release/select_account.mp4
index e69de29..c591501 100644
Binary files a/images/4.0-release/select_account.mp4 and b/images/4.0-release/select_account.mp4 differ
diff --git a/images/4.0-release/select_account.webm b/images/4.0-release/select_account.webm
new file mode 100644
index 0000000..92fe48f
Binary files /dev/null and b/images/4.0-release/select_account.webm differ
diff --git a/new_features-4.0.phtml b/new_features-4.0.phtml
index e897a1a..924c5b0 100644
--- a/new_features-4.0.phtml
+++ b/new_features-4.0.phtml
@@ -30,7 +30,8 @@ include("$top_dir/externals/menu.phtml");
         <div>
             <div class=center>
                 <video class="featureimage" controls>
-                    <source src="<?=$top_dir?>/images/4.0-release/select_account.mp4" type="video/mp4">
+                    <source src="<?=$top_dir?>/images/4.0-release/select_account.mp4" type=video/mp4">
+                    <source src="<?=$top_dir?>/images/4.0-release/select_account.webm" type=video/webm">
                     <?php echo T_("[Video showing two ways to filter accounts]");?>
                 </video>
             </div>



Summary of changes:
 images/4.0-release/select_account.mp4  | Bin 0 -> 1914833 bytes
 images/4.0-release/select_account.webm | Bin 0 -> 1438371 bytes
 new_features-4.0.phtml                 |   3 ++-
 3 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 images/4.0-release/select_account.webm



More information about the gnucash-changes mailing list