Project

General

Profile

Actions

Feature #105258

open

Add option "background" to VimeoRenderer.php

Added by Andreas Kostner 6 days ago.

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

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

No data to display

Actions

Also available in: Atom PDF