Youtube-Video
CODE
×
HTML
<div class="container bottom-distance-large top-distance-large"><div class='row youtube justify-content-center'> <div class='youtube mx-auto col-12 col-md-10 col-lg-8'><iframe src='https://www.youtube.com/embed/_RwavUpqnVA?si=M3HuZ_wOnpX-kulS&controls=0' title='YouTube video player' frameborder='0' rel='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' allowfullscreen'></iframe></div> </div></div>
CSS
div.youtube > iframe { width: 100%; aspect-ratio: 16/9; }
JS
Youtube-Video
Last Edit: Dec 5, 2023, 4:13pm
×