[이윰] Responsive Video와 게시글 정보와의 간격 조정

페이지 정보

루루아빠 2,993 1 2015.05.27 00:43

평점

본문

eyoom/theme/설치된 테마/css/common.css 를 열어 /*Responsive Video*/ 을 찾는다.
수정 전

/*Responsive Video*/
.responsive-video {
 height: 0;
    width: 100%;
/*     max-width: 800px;  */ /* 최대 넓이 지정 */
 margin: 15px 0;
 padding-top: 1px;
 position: relative;
 padding-bottom: 56.25%; /*16:9*/
}

수정 후

/*Responsive Video*/
.responsive-video {
 height: 0;
    width: 100%;
/*     max-width: 800px;  */ /* 최대 넓이 지정 */
 margin: 0px 0;  /* 루루아빠 수정 // 동영상과 상단 간격 조정 - margin: 15px 0; (원본) */
 padding-top: 1px;
 position: relative;
 padding-bottom: 56.25%; /*16:9*/
}


 
추천인
  • 추천해 주세요
6
루루아빠 - 회원등급 : 최고관리자 - 포인트 : 1,290,006
레벨 96
경험치 1,387,199

Progress Bar 67%

- 가입일 : 2015-03-04 03:24:54
- 서명 : KNOW YOUR LIMITS BUT NEVER STOP TRYING TO EXCEED THEM !!
- 자기소개 : 루루의 자랑 루루아빠랍니다~~

댓글1

루루아빠님의 댓글

루루아빠 글쓴이 2015.05.27 00:44

모바일과 피시상에서 쓸모없는 공간을 차지함으로 위와 같이 수정했다.