PC 에서 유튜브 백그라운드 슬라이드 크기 조절 입니다.
페이지 정보
작성자 소프트존 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 작성일 20-03-22 14:30본문
먼저 답변 달아드렸던 부분은 모바일에서의 크기 조정이고
지금은 PC 에서 크기 조절 입니다.
<style>
@media (min-width: 1025px) {
.inline-YTPlayer {
height: 300px !important;
width: 100% !important;
max-width: none !important;
max-height: none !important;
}
.inline-YTPlayer .mb_YTPlayer {
height: 300px !important;
padding-bottom: 0 !important;
}
}
</style>
위 처럼 미디어 쿼리로 해당 클래스명을 조절하시면 됩니다.
감사합니다.
댓글목록
등록된 댓글이 없습니다.