To embed the Escape to Freedom video in your website, you may use the following HTML code:
<div id="freedom-iframe-container" style="position: relative; padding-top: calc(60% + 100px); width: 100%;">
<iframe src="https://www.fsf.org/videos/escape-to-freedom/" scrolling="no" style="overflow: hidden; margin: 0; border: 0 none; display: block; position: absolute; width: 100%; height: 100%; top: 0;"></iframe>
</div>
<script>
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
window.onmessage = function (e) { if (e.data.hasOwnProperty("freedom-iframe-height")) { document.getElementById('freedom-iframe-container').style.height=`${e.data["freedom-iframe-height"]}px`; document.getElementById('freedom-iframe-container').style["padding-top"]="unset";} };
// @license-end
</script>
If you are unable to use <script>
tags in your embed, the
video should still be approximately the correct size, with some extra space
underneath.