Created
January 16, 2023 08:39
-
-
Save jonaseberle/e29bc0f82ef8328e867bf79f259fbd87 to your computer and use it in GitHub Desktop.
Gist about implementing Youtube with cookieman
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true"> | |
| <f:asset.css identifier="cookieman-video" | |
| href="EXT:configure_cookieman/Resources/Public/Css/cookieman-video.css" | |
| /> | |
| <f:asset.script identifier="cookieman-video" | |
| src="EXT:configure_cookieman/Resources/Public/JavaScript/cookieman-video.js" | |
| /> | |
| <f:media class="video-embed-item" file="{file}" width="{dimensions.width}" height="{dimensions.height}" | |
| alt="{file.alternative}" title="{file.title}" additionalConfig="{settings.media.additionalConfig}" | |
| /> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment