DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Configuration Reference

Fluidcontent YouTube can be configured using TypoScript.

Properties

The following properties are available on plugin.tx_fluidcontentyoutube.settings.

Property Data type t3tsref:stdwrap Default
width t3tsref:data-type-posint no 480
height t3tsref:data-type-posint no 270

Property details

Width

plugin.tx_fluidcontentyoutube.settings.width = t3tsref:data-type-posint

Fallback width for the rendered YouTube embed code, in case the CSS isn't loaded.

Height

plugin.tx_fluidcontentyoutube.settings.height = t3tsref:data-type-posint

Fallback height for the rendered YouTube embed code, in case the CSS isn't loaded.

Warning

Note that, if the CSS isn't loaded, this fallback can break your layout. For example: if you add a YouTube video in a very small column, but set the fallback width to be wider that the column, the video will probably overflow the column. Make sure to account for this with CSS, if you're not using the Fluidcontent YouTube provided CSS.