markocupic / bootstrap_responsive_youtube_embed
Embed youtube movies into your responsive layout. Frontend extension for the Contao Open Source CMS
Installs: 1 360
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Type:contao-bundle
Requires
- php: ^8.1
- contao/core-bundle: ^5.3
Requires (Dev)
- contao/easy-coding-standard: ^3.0
- contao/manager-plugin: ^2.3.1
- contao/test-case: ^4.5
- phpunit/phpunit: ^9.3
- symfony/http-client: 5.4.*
- symfony/phpunit-bridge: ^5.4
README
Contao Bootstrap Responsive Youtube Embed
This bundle provides a Youtube/Vimeo/Dropbox Player content element for the Contao CMS. Create responsive video embeds based on the width of the parent by creating an intrinsic ratio that scales on any device.
Video Id
In the backend you have to fill in the video id input.
Contao Inserttag
The extension supports Contao Insert tags to embed videos.
<div>
{{bootstrapResponsiveYoutubeEmbed::a7D3A_wwl0g}}
<!-- or a bit more complex -->
{{bootstrapResponsiveYoutubeEmbed::a7D3A_wwl0g?autoplay=1&caption=Lorem ipsum&playerAspectRatio=4x3}}
</div>