assets/blueimp/blueimp-gallery.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'versions' => [
        'master' => [
            'css' => '//rawgit.yfix.net/yfix/blueimp-gallery/master/css/blueimp-gallery.min.css',
            'js' => '//rawgit.yfix.net/yfix/blueimp-gallery/master/js/jquery.blueimp-gallery.min.js',
        ],
    ],
    'require' => [
        'asset' => 'jquery',
    ],
    'info' => [
        'url' => 'https://blueimp.github.io/Gallery/',
        'name' => 'blueimp Gallery',
        'desc' => 'blueimp Gallery is a touch-enabled, responsive and customizable image & video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers.
            It features swipe, mouse and keyboard navigation, transition effects, slideshow functionality, fullscreen support and on-demand content loading 
            and can be extended to display additional content types.',
    ],
];