Embed the showreel

The <iframe> can be integrated with the following snippet. The code must simply be inserted in the appropriate place on the website.

Autoplay
Background color
Language
<div
  style="position: relative; display: block; height: 0; padding: 0; -webkit-overflow-scrolling: touch; overflow: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; padding-top: 80%;">
  <iframe
    src="https://www.filmmakers.eu/en/actors/tobias-gierga/video/38264?autoplay=false&background_color=none&iframe=v2&playlist=h"
    width="auto"
    allowfullscreen
    style="border: none; position: absolute; top: 0; right: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0;">
  </iframe>
</div>
Necessary is just the src attribute, all other attributes can be customized to better fit the layout of the web page. These are just recommendations.
Responsive Behavior (Mobile / Tablets)

In order to ensure the responsive behavior of the iframe, the following meta tag must be set on the web page that embeds the iframe:

<meta name="viewport" content="width=device-width, initial-scale=1">
Send instructions

You can use the following button to copy the instructions, and then paste in an email client to send to the responsible developer for integration:

If the copying does not work, the instructions can also be easily copied directly from the browser.