Actions
Feature #105258
openAdd option "background" to VimeoRenderer.php
Status:
New
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2024-10-09
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
Vimeo has a option called "background" that is not processed by the VimeoRenderer MediaHelper.
You would just need to add the following to the CreateVimeoUrl
if (!empty($options['background'])) {
$urlParams[] = 'background=1';
}
in /typo3/sysext/core/Classes/Resource/Rendering/VimeoRenderer.php
Files
No data to display
Actions