Netflix Intro
Netflix Intro 부분의 작업 과정을 기록합니다.
기록하기
비디오 위치가 변하는 이슈
문제

원인
방법 (1) → 실패

결론

position 가운데 정렬하기

방법 1
방법 2
margin 음수 값으로 위치 설정

Last updated
Netflix Intro 부분의 작업 과정을 기록합니다.





Last updated
.WatchOnTV {
video {
$figureWidth: 339;
/* padding값도 더해봤으나 여전히 비디오 위치가 변함 */
$figureHeight: 255;
@include position(
absolute,
top 53 / $figureHeight * 100% left 44 / $figureWidth * 100% z-index -10
);
width: 248 / $figureWidth * 100%;
}
}.downloadContent {
position: absolute;
bottom: 16px;
left: 50%;
transform: translateX(-50%);
}.downloadContent {
position: absolute;
bottom: 16px;
left: 63px;
}