update movie page
All checks were successful
continuous-integration/drone/push Build is passing

added some spacing after the videos
This commit is contained in:
tobiasd 2025-01-21 13:40:04 +01:00
parent 8342f6d91a
commit 0ed8307b36
Signed by: tobiasd
GPG Key ID: 25FE376FF17694A1
5 changed files with 11 additions and 7 deletions

View File

@ -11,7 +11,7 @@
<h1 class="p-name">Der "Ada &amp; Zangemann"-Film</h1>
<div style="position: relative; padding-top: 56.25%;"><iframe title="Ada &amp; Zangemann - Ein Märchen über Software, Skateboards und Himbeereis" width="100%" height="100%" src="https://media.fsfe.org/videos/embed/4d14d23e-8968-4aad-a966-0d84b22aaa65" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" style="position: absolute; inset: 0px;"></iframe></div>
<div class="peertube-video"><iframe title="Ada &amp; Zangemann - Ein Märchen über Software, Skateboards und Himbeereis" width="100%" height="100%" src="https://media.fsfe.org/videos/embed/4d14d23e-8968-4aad-a966-0d84b22aaa65" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" style="position: absolute; inset: 0px;"></iframe></div>
<p>
Nach dem Erfolg des illustrierten Buches „Ada &amp; Zangemann - Eine

View File

@ -11,7 +11,7 @@
<h1 class="p-name">The Ada &amp; Zangemann Movie</h1>
<div style="position: relative; padding-top: 56.25%;"><iframe title="Ada &amp; Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream" width="100%" height="100%" src="https://media.fsfe.org/videos/embed/91cb5612-09b7-45a8-82d1-1a921d38df29" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" style="position: absolute; inset: 0px;"></iframe></div>
<div class="peertube-video"><iframe title="Ada &amp; Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream" width="100%" height="100%" src="https://media.fsfe.org/videos/embed/91cb5612-09b7-45a8-82d1-1a921d38df29" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" style="position: absolute; inset: 0px;"></iframe></div>
<p>
Following the success of the illustrated book "Ada &amp; Zangemann - A Tale of

View File

@ -11,7 +11,7 @@
<h1 class="p-name">Ada &amp; Zangemann Film</h1>
<div style="position: relative; padding-top: 56.25%;"><iframe title="AAda &amp; Zangemann - Un conte sur les logiciels, le skateboard et la glace à la framboise" width="100%" height="100%" src="https://media.fsfe.org/videos/embed/986fb755-7462-459d-a4d8-b82c12772bf0" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" style="position: absolute; inset: 0px;"></iframe></div>
<div class="peertube-video"><iframe title="AAda &amp; Zangemann - Un conte sur les logiciels, le skateboard et la glace à la framboise" width="100%" height="100%" src="https://media.fsfe.org/videos/embed/986fb755-7462-459d-a4d8-b82c12772bf0" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" style="position: absolute; inset: 0px;"></iframe></div>
<p>
<br />

View File

@ -11,10 +11,7 @@
<h1 class="p-name">Il film di Ada e Zangemann</h1>
<video style="align:center" width="100%" crossorigin="crossorigin" controls="controls">
<source media="screen and (min-device-width:1000px)" type="video/mp4; codecs=&quot;avc1.42E01E, mp4a.40.2&quot;" src="https://download.fsfe.org/videos/peertube/j1c6LQVZ8qnCLLwpXMuw3M_360p.mp4"></source>
<source media="screen and (min-device-width:1000px)" type="video/webm; codecs=&quot;vp9, opus&quot;" src="https://download.fsfe.org/videos/peertube/j1c6LQVZ8qnCLLwpXMuw3M_360p.webm"></source>
</video>
<div class="peertube-video"><iframe title="Ada &amp; Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream" width="100%" height="100%" src="https://media.fsfe.org/videos/embed/91cb5612-09b7-45a8-82d1-1a921d38df29" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" style="position: absolute; inset: 0px;"></iframe></div>
<p>
Dopo il successo del libro illustrato "Ada &amp; Zangemann - Una storia di

View File

@ -312,3 +312,10 @@ pre.transcript {
background-color: white;
font-family: "Roboto", sans-serif;
}
/* div for peertube videos */
.peertube-video {
position: relative;
padding-top: 56.25%;
margin-bottom: 1rem;
}