mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-13 10:44:11 +02:00
fix: add gif extension to image gallery viewer
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
var imageSelector = [
|
var imageSelector = [
|
||||||
'tr:not(.parent) td.indexcolname a[href$=".png"]',
|
'tr:not(.parent) td.indexcolname a[href$=".png"]',
|
||||||
'tr:not(.parent) td.indexcolname a[href$=".jpg"]',
|
'tr:not(.parent) td.indexcolname a[href$=".jpg"]',
|
||||||
'tr:not(.parent) td.indexcolname a[href$=".jpeg"]',
|
'tr:not(.parent) td.indexcolname a[href$=".gif"]',
|
||||||
].join(', ');
|
].join(', ');
|
||||||
|
|
||||||
lightGallery(document.getElementById('indexlist'), {
|
lightGallery(document.getElementById('indexlist'), {
|
||||||
|
Reference in New Issue
Block a user