영카트 상품페이지에 video.js 적용법좀 알려주세요 채택완료
head.sub.php에 이 소스를 집어넣고
<!-- Chang URLs to wherever Video.js files will be hosted -->
<link href="https://cleanermart.com/video/video-js.css">https://cleanermart.com/video/video-js.css" rel="stylesheet" type="text/css">
<!-- video.js must be in the <head> for older IEs to work. -->
<script src="https://cleanermart.com/video/video.js"></script>
상품페이지에서 html로 해서 요소스 넣으면 될줄 알았는대 아닌가보내요
<video width="640" height="264" class="video-js vjs-default-skin" id="example_video_1" preload="none" controls="" data-setup="{}">
<source src="동영상주소" type="video/mp4">
</video></p>
답변 3개
답변에 대한 댓글 4개
아뭏튼 'htmlpurifier' 탓인데...
그누보드에서는 여분필드를 활용해서 출력이 가능한데... 영카트에서는 시도해보지 못했네요.
여분필드 입력이 가능하게 폼을 수정해야할텐데...;;;
http://sir.co.kr/g5_skin/7650?sfl=mb_id%2C1&stx=fm25
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 1개
video.js 데모에 있는 주소를 따와서 해도 마찬가지내요.
https://cleanermart.com/video/demo.html 따로 html 파일을 만들어서 했을땐됩니다.
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 1개
<video width="640" height="264" class="video-js vjs-default-skin" id="example_video_1" preload="none" controls="" data-setup="{}">
<source src="https://cleanermart.com/video/flowmac.mp4" type="video/mp4">
</video></p>
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인