-
F
flake AlligatorPRO flake написал(а) в профиле AlligatorPRO.
ey hi, u have dkp system?
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<div class="player">
<div class="player__content">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/MebTPHCoAFY" title="YouTube video player" frameborder="0" allowfullscreen></iframe>
</div>
</div>
.player{
width: 600px; // Ширина плеера, может быть в процентах.
position: relative;
}
.player::after{
content: '';
display: block;
width: 100%;
padding-bottom: 56%; // Хитрость именно тут =)
position: relative;
z-index: 1;
}
.player__content{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
Да, последнее время довольно часто, но учитываю насколько критично будет в конкретном месте отсутствие поддержкиИспользуешь ли ты сейчас в своей верстке row-gap и column-gap для отступов между flex элементами?