с 14:00-17:50 В нем вычисляются размеры видео в %. Размеры видео - 600*442. Ширина блока контейнера - 1046px (если я конечно правильно понял значение этого числа - 1046px). Есть следующий класс
<sectionclass="page__whoweare whoweare"><divclass="whoweare__container _container"><divclass="whoweare__header header-block"><h2class="header-block__title">Who We Are</h2><divclass="header-block__sub-title">
Problems trying to resolve the conflict between the two major realms <br> of Classical physics: Newtonian mechanics
</div></div><divclass="whoweare__body"><divclass="whoweare__video"><iframewidth="560"height="315"src="https://www.youtube.com/embed/ef-47vI9PDs"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"allowfullscreen></iframe></div><divclass="whoweare__content"><divclass="whoweare__top"><h2class="whoweare__title">Most trusted in our field</h2><divclass="whoweare__text">Most calendars are designed for teams. Slate is designed for freelancers who want a simple way to plan their schedule.</div></div><divclass="whoweare__items"><divclass="whoweare__item item-whoweare"><divclass="item-whoweare__icon"><imgsrc="img/whoweare/icons/01.svg"></div><divclass="item-whoweare__body"><divclass="item-whoweare__title">the quick fox jumps over the lazy dog</div><divclass="item-whoweare__text">Things on a very small scale ...</div></div></div><divclass="whoweare__item item-whoweare"><divclass="item-whoweare__icon"><imgsrc="img/whoweare/icons/02.svg"></div><divclass="item-whoweare__body"><divclass="item-whoweare__title">the quick fox jumps over the lazy dog</div><divclass="item-whoweare__text">Things on a very small scale ...</div></div></div></div></div></div></div></section>
Ширина видео в % вычисляется как calc(600/1046*100%) (flex-basis: 57%). А высота видео вычисляется как calc(442/1046*100%) (padding-bottom: 42.25%). Вот с высотой возникают 2 вопроса:
1. Почему высота равна padding?
2. Почему высота видео 442px делится на ширину контейнера 1046px, а не на высоту сайта?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
vladdvin
Смотрел видеоурок
с 14:00-17:50 В нем вычисляются размеры видео в %. Размеры видео - 600*442. Ширина блока контейнера - 1046px (если я конечно правильно понял значение этого числа - 1046px). Есть следующий класс
Скриншот блока страницы
https://i.stack.imgur.com/mAizr.png
1. Почему высота равна padding?
2. Почему высота видео 442px делится на ширину контейнера 1046px, а не на высоту сайта?
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.