定制 smallruraldog/light-box 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

smallruraldog/light-box

最新稳定版本:1.0.2

Composer 安装命令:

composer require smallruraldog/light-box

包简介

灯箱扩展

README 文档

README

  • 单图浏览
  • 多图浏览

安装

composer require smallruraldog/light-box

发布资源

php artisan vendor:publish --provider=SmallRuralDog\LightBox\LightBoxServiceProvider

配置

'extensions' => [
    'light-box' => [
        // Set to `false` if you want to disable this extension
        'enable' => true,
    ]
 ]

使用方法

// simple lightbox
$grid->picture()->lightbox();

//gallery
$grid->picture()->gallery();

//zoom effect
$grid->picture()->lightbox(['zooming' => true]);
$grid->picture()->gallery(['zooming' => true]);

//width & height properties
$grid->picture()->lightbox(['width' => 50, 'height' => 50]);
$grid->picture()->gallery(['width' => 50, 'height' => 50]);

当字段为数组时为多图浏览

预览

image

image

License

Licensed under The MIT License (MIT).

统计信息

  • 总下载量: 5.95k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 1
  • Forks: 5
  • 开发语言: CSS

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-12-18