mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-09 22:56:48 +02:00
feat: HEIC files and uppercase filenames for LightGallery
This commit is contained in:
committed by
oupala
parent
95ad6b92be
commit
b76dc3be4a
@@ -1,7 +1,12 @@
|
|||||||
var imageSelector = [
|
var imageSelector = [
|
||||||
'tr:not(.parent) td.indexcolname a[href$=".png"]',
|
'tr:not(.parent) td.indexcolname a[href$=".gif"]'
|
||||||
|
'tr:not(.parent) td.indexcolname a[href$=".GIF"]'
|
||||||
|
'tr:not(.parent) td.indexcolname a[href$=".heic"]',
|
||||||
|
'tr:not(.parent) td.indexcolname a[href$=".HEIC"]',
|
||||||
'tr:not(.parent) td.indexcolname a[href$=".jpg"]',
|
'tr:not(.parent) td.indexcolname a[href$=".jpg"]',
|
||||||
'tr:not(.parent) td.indexcolname a[href$=".gif"]',
|
'tr:not(.parent) td.indexcolname a[href$=".JPG"]',
|
||||||
|
'tr:not(.parent) td.indexcolname a[href$=".png"]',
|
||||||
|
'tr:not(.parent) td.indexcolname a[href$=".PNG"]',
|
||||||
].join(', ');
|
].join(', ');
|
||||||
|
|
||||||
lightGallery(document.getElementById('indexlist'), {
|
lightGallery(document.getElementById('indexlist'), {
|
||||||
|
Reference in New Issue
Block a user