feat: Autosizing für Videos eingebaut.
This commit is contained in:
parent
3e9facb9ed
commit
45fd844436
@ -685,6 +685,11 @@ hr.-even {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.content__video {
|
||||
width: 100%;
|
||||
aspect-ratio: 16/9;
|
||||
}
|
||||
|
||||
/* Contact form on homepage - start */
|
||||
.contact__box {
|
||||
display: grid;
|
||||
|
@ -21,11 +21,15 @@
|
||||
<h2>Videos</h2>
|
||||
<h3>What the f**ck is WTF eg?</h3>
|
||||
<h4>Was sind Genossenschaften und was können wir Cooles damit machen.</h4>
|
||||
Vortrag von unserem Mitglied <i>Scammo</i> auf der <i>Night of open Knowledge (NooK) 2022</i>.
|
||||
<iframe width="1024" height="576" src="https://media.ccc.de/v/what-the-f--k-is-wtf-eg/oembed" frameborder="0" allowfullscreen></iframe>
|
||||
<p>
|
||||
Vortrag von unserem Mitglied <i>Scammo</i> auf der <i>Night of open Knowledge (NooK) 2022</i>
|
||||
</p>
|
||||
<iframe class="content__video" src="https://media.ccc.de/v/what-the-f--k-is-wtf-eg/oembed" frameborder="0" allowfullscreen></iframe>
|
||||
<h3>Wirtschaft neu gedacht - die WTF Kooperative eG</h3>
|
||||
<p>
|
||||
Vortrag von unserem damaligen Vorstand <i>MrSchizo</i> auf der <i>remote Chaos Experience (RC3) 2023</i>.
|
||||
<iframe width="1024" height="576" src="https://media.ccc.de/v/rc3-2021-r3s-432-wirtschaft-neu-gedacht-die-wtf-kooperative-eg/oembed" frameborder="0" allowfullscreen></iframe>
|
||||
</p>
|
||||
<iframe class="content__video" src="https://media.ccc.de/v/rc3-2021-r3s-432-wirtschaft-neu-gedacht-die-wtf-kooperative-eg/oembed" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user