javascript Lity的Quick Lightbox

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript Lity的Quick Lightbox相关的知识,希望对你有一定的参考价值。

<video id="my-video" class="video-js" controls autoplay preload="auto" width="964" 
  poster="MY_VIDEO_POSTER.jpg" data-setup="{}">
    <source src="https://pages.cbps.canon.com/rs/879-RFY-317/images/Canon%20LegalWeek%20Final%20-%20720pHD%20-%2030MB.mp4" type='video/mp4'>
    <p class="vjs-no-js">
      To view this video please enable JavaScript, and consider upgrading to a web browser that
      <a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
    </p>
  </video>

  <script src="https://vjs.zencdn.net/6.6.3/video.js"></script>
<link href="https://pages.cbps.canon.com/rs/879-RFY-317/images/lity.css" rel="stylesheet">
<script
  src="https://code.jquery.com/jquery-3.3.1.js"
  integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
  crossorigin="anonymous"
  type="text/javascript"></script>
<script src="https://pages.cbps.canon.com/rs/879-RFY-317/images/lity.js" type="text/javascript"></script>
<script type="text/javascript">
	var $jQ = jQuery.noConflict();
	$jQ(document).ready(function(){		
		$jQ("#bannerImage").click(function(){
			lity('https://pages.cbps.canon.com/Video-LegalWeek.html');
		});
	});
</script>

以上是关于javascript Lity的Quick Lightbox的主要内容,如果未能解决你的问题,请参考以下文章

javascript 来自http://mongodb.github.io/node-mongodb-native/3.1/quick-start/quick-start/

如何使用python将一个文件夹下的的一个文件重命名

Qt Quick编程

[Javascript AST] 0. Introduction: Write a simple BabelJS plugin

information_schema系列之字符集校验(CHARACTER_SETS,COLLATIONS,COLLATION_CHARACTER_SET_APPLICABILITY)

information_schema系列之字符集校验(CHARACTER_SETS,COLLATIONS,COLLATION_CHARACTER_SET_APPLICABILITY)