[이윰] style.css를 유지하면서 venobox 플러그인 사용하기
페이지 정보
루루아빠
4,184 1
2015.07.30 12:10:50
짧은주소
-
https://yadolee.com/tip/262 주소복사
본문
view_comment.skin.html 을 다음과 같이 수정을 한다.
수정 전
<link rel="stylesheet" href="../../../plugins/colorbox/colorbox.css" />
<script src="../../../plugins/colorbox/jquery.colorbox-min.js"></script>
수정 후
<link rel="stylesheet" href="../../../plugins/venobox/venobox.css" type="text/css" media="screen" />
<script type="text/javascript" src="../../../plugins/venobox/venobox.min.js"></script>
수정 전
<a class="btn-e btn-e-dark btn-e-xs emoticon pull-right margin-left-5" href="{C.EYOOM_CORE_URL}/board/emoticon.php">이모티콘</a>
수정 후
<a class="btn-e btn-e-dark btn-e-xs emoticon pull-right margin-left-5" data-type="iframe" title="이모티콘" href="{C.EYOOM_CORE_URL}/board/emoticon.php">이모티콘</a>
수정 전
$(".emoticon").colorbox({iframe:true, width:"90%", height:"580", fixed:true});
수정 후
$(".emoticon").venobox({border:'3px'});
추천인
레벨 101
경험치 1,519,440
Progress Bar 14.66%
- 가입일 : 2015-03-04 03:24:54
- 서명 : KNOW YOUR LIMITS
BUT NEVER STOP TRYING TO EXCEED THEM !!
- 자기소개 : 루루의 자랑
루루아빠랍니다~~
최신댓글이 없습니다.


댓글1
루루아빠님의 댓글