Project

General

Profile

Actions

Feature #105258

closed

Add option "background" to VimeoRenderer.php

Added by Andreas Kostner 3 months ago. Updated 14 days ago.

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

VimeoRenderer.php (7.71 KB) VimeoRenderer.php Andreas Kostner, 2024-10-09 15:30
Actions #1

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

Actions #2

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

Actions #3

Updated by Benni Mack 14 days ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF