1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-28 16:59:53 +02:00

chore: update lightgallery from version 1.x to version 2.x

As lightgallery.js 1.x is not actively maintained, the team invite users to upgrade to version 2.
This commit is contained in:
oupala
2021-09-16 01:52:32 +02:00
parent 36f19d8345
commit 6a20863e55
2 changed files with 2 additions and 2 deletions

View File

@@ -8,5 +8,5 @@
Apaxy by <a href="https://twitter.com/adamwhitcroft">@adamwhitcroft</a>
</div><!--/.footer-->
<script src={FOLDERNAME}/theme/apaxy.js></script>
<script src="https://cdn.jsdelivr.net/npm/lightgallery.js@1.1.3/dist/js/lightgallery.min.js" integrity="sha256-eoTGOrFW1o5KcmlIfJxlpOs0sMeGTy0/0rh/fGZEgNM=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/lightgallery@2.1.5/lightgallery.min.js" integrity="sha256-sHVS2iDjmyChd0/rHQeakkgqpiq6prUrbLIrPq/dIZs=" crossorigin="anonymous"></script>
<script src={FOLDERNAME}/theme/apaxy-lightgallery.js></script>

View File

@@ -1,4 +1,4 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lightgallery.js@1.1.3/dist/css/lightgallery.min.css" integrity="sha256-oPZ2OUkKul2aJQeDwKoO1p+DpvFR+w17n7YXydvFRWU=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lightgallery@2.1.5/css/lightgallery-bundle.min.css" integrity="sha256-JrqUj/cTyKLxvTn+wXmmVzgFhhHDZiV+C6Vl1EQ8B1w=" crossorigin="anonymous">
<div class="wrapper">
<!-- we open the `wrapper` element here, but close it in the `footer.html` file -->