그누보드5 팁과노하우

2024.07.15 15:50

글 또는 코멘트의 유튜브 URL 뒤에 영상 불러오기 (반응형)

https://sir.kr/g5_plugin/7537

thisgun님의 플러그인을

https://rebuilder.co.kr/tip/9


리빌더서 활동중이신 Leegun 님이 반응형으로 수정한 겁니다. 

글이나 코멘트에 유튜브 주소가 있으면 아래에 영상이 나옵니다. 


1. youtube_embed.extend.php 파일은 extend 폴더에 넣어 주세요.


2. 관리자 -> 환경설정 -> 기본환경설정 -> 레이아웃 추가설정 -> 추가 script, css

<style>
.Video_Container {
  position:relative;
  height:0;
  padding-bottom:56.25%;
  overflow:hidden}
  
 .Video_Container iframe {
   position:absolute;
   width:100%;
   height:100%;
   top:0%;
   left:0%;
  }
</style>


를 추가해 주시면 됩니다.

  • 공유링크 복사
    미니홈 쪽지 구독하기
    구독하고 알림받기