全能的 LightBox 插件 LightGallery.js

软件介绍

简介

lightgallery.js 是一款功能齐全的纯 JavaScript lightbox 组件,它有以下特点:

  • 支持响应式

  • 模块化设计,内置插件

  • 支持移动设备

  • 支持缩略图

  • 支持社交分享

  • 支持视频

  • 20 多种 CSS3 过度效果

  • 支持全屏

使用

1、引入文件

<link rel="stylesheet" href="css/lightgallery.css">
<script src="js/lightgallery.min.js"></script>
<script src="js/lg-thumbnail.min.js"></script>
<script src="js/lg-fullscreen.min.js"></script>

2、HTML

<div id="dowebok">
	<a href="img/1.jpg">
		<img src="img/thumb-1.jpg">
	</a>
	<a href="img/2.jpg">
		<img src="img/thumb-2.jpg">
	</a>
	...
</div>

3、JavaScript

lightGallery(document.getElementById('dowebok'));

查看演示

本文地址:https://codercto.com/soft/d/21229.html

Deep Learning

Deep Learning

Ian Goodfellow、Yoshua Bengio、Aaron Courville / The MIT Press / 2016-11-11 / USD 72.00

"Written by three experts in the field, Deep Learning is the only comprehensive book on the subject." -- Elon Musk, co-chair of OpenAI; co-founder and CEO of Tesla and SpaceX Deep learning is a for......一起来看看 《Deep Learning》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器