Skip to content
Snippets Groups Projects
Verified Commit f1c51513 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

FIX: video tag

parent ac55a355
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ var ext_bottom_line = function ($, logger, is_in_view_port, load_config, getEnti ...@@ -103,7 +103,7 @@ var ext_bottom_line = function ($, logger, is_in_view_port, load_config, getEnti
*/ */
const _create_video_preview = function (entity) { const _create_video_preview = function (entity) {
var path = connection.getFileSystemPath() + getEntityPath(entity); var path = connection.getFileSystemPath() + getEntityPath(entity);
return $(`<video control="controls"><source src="${path}"/></video>`)[0]; return $(`<video controls="controls"><source src="${path}"/></video>`)[0];
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment