Skip to content

Commit

Permalink
Added video support for iframes
Browse files Browse the repository at this point in the history
  • Loading branch information
LuomaJuha committed Sep 12, 2024
1 parent bb168c6 commit 404b4fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/Finna/src/Finna/RecordDriver/SolrLido.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ class SolrLido extends \VuFind\RecordDriver\SolrDefault implements \Laminas\Log\
*/
protected $supportedVideoFormats = [
'mp4' => 'video/mp4',
'text/html' => 'iframe',
];

/**
Expand Down

0 comments on commit 404b4fb

Please sign in to comment.