uci-hugo-landingpage/assets/js/docready.js

13 lines
228 B
JavaScript

// requires jquery
$(document).ready(function () {
$("#media").lightGallery({
thumbnail: true,
thumbWidth: 80,
controls: true,
loop: false,
download: true,
counter: true,
// videojs: true
});
});