Как сделать так, чтобы доска реагировала на размер фрейма?
Кажется, что пробелы открываются при изменении размера моего окна?
Веб-пример можно посмотреть здесь: https://carl-robertshaw1.superhi.com/
.video {
position: relative;
top: 0px;
left: 0;
right: 0;
margin: 0 auto 0 auto;
max-width: 800px;
}
iframe {
width: 1920px;
height: 440px;
border:10px solid #000000;
}
<div class="video">
<iframe src="https://player.vimeo.com/video/295549373"
allow="autoplay; fullscreen" allowfullscreen></iframe>
</div>