Layui——layer图片弹出层
- 官网:http://layer.layui.com http://layer.layui.com/?alone
- CDN:https://www.bootcdn.cn/layer
- Api文档:http://layer.layui.com/api.html 新文档:https://www.layui.com/doc/modules/layer.html
使用
效果图
layer.ready(function(){ // 使用相册 layer.photos({ photos: '#tk', shift:5, // 动画类型 0 -6 选择 area:['600px'] // 调节寬width height ['600px','500px']
closeBtn:1 // 是否显示关闭按钮 默认为0 不显示 1/2 2种风格 }); });











