markocupic/bootstrap_responsive_youtube_embed

Embed youtube movies into your responsive layout. Frontend extension for the Contao Open Source CMS

2.3.0 2024-08-17 12:10 UTC

This package is auto-updated.

Last update: 2024-11-17 12:42:07 UTC


README

Logo

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.

Frontend

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>