영카트 상품페이지에 video.js 적용법좀 알려주세요
본문
head.sub.php에 이 소스를 집어넣고
<!-- Chang URLs to wherever Video.js files will be hosted -->
<link href="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
plugin/htmlpurifier/safeiframe.txt
주소 등록을 해야 가능한지 어떤지 모르겠네요.
./shop/shop.head.php
다른 동영상 소스로해보세요
답변을 작성하시기 전에 로그인 해주세요.