Actions
Feature #105258
closedAdd option "background" to VimeoRenderer.php
Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2024-10-09
Due date:
% Done:
100%
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
Updated by Gerrit Code Review about 1 month ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87434
Updated by Gerrit Code Review 14 days ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87653
Updated by Benni Mack 14 days ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d3bb91cda7314b51feb46e7bc7cf99e199e96bdb.
Actions